NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.PressLineSimulation.UserMotionBuilder Class Reference

Represents a PressLineSimulation.UserMotionBuilder builder More...

Inheritance diagram for NXOpen.PressLineSimulation.UserMotionBuilder:
NXOpen.PressLineSimulation.MotionBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CurveType { Calculate, FromFile }
 The method used to define the motion curve. More...
 
enum  MotionType { Linear, Rotary }
 The type of motion to create. More...
 

Public Member Functions

unsafe void DeleteCam ()
 To delete the motion. More...
 
unsafe void GetMotionCurve (out double[] curveValues)
 Get the motion curve values if type is set to from file. More...
 
unsafe void SetMotionCurve (double[] curveValues)
 Set the motion curve values if type is set to from file. More...
 
unsafe void SetOutOfDate ()
 To set the out of date status of the motion. More...
 

Properties

unsafe string ComponentName [get, set]
 Returns or sets the simulation component name. More...
 
unsafe string Description [get, set]
 Returns or sets the description of the motion. More...
 
unsafe bool Disable [get, set]
 Returns or sets the disabled status of the motion. More...
 
unsafe NXOpen.SelectBodyList MotionBodies [get]
 Returns the motion bodies. More...
 
unsafe NXOpen.Point MotionOrigin [get, set]
 Returns or sets the motion vector origin More...
 
unsafe NXOpen.Direction MotionVector [get, set]
 Returns or sets the motion vector. More...
 
unsafe double PressStart [get, set]
 Returns or sets the press start angle. More...
 
unsafe double PressStop [get, set]
 Returns or sets the press stop angle. More...
 
unsafe double ReturnStart [get, set]
 Returns or sets the return start angle. More...
 
unsafe double ReturnStop [get, set]
 Returns or sets the return stop angle. More...
 
unsafe
NXOpen.PressLineSimulation.UserMotionBuilder.CurveType 
TypeOfCurve [get, set]
 Returns or sets the method used to define the motion curve. More...
 
unsafe
NXOpen.PressLineSimulation.UserMotionBuilder.MotionType 
TypeOfMotion [get, set]
 Returns or sets the type of motion. More...
 
unsafe double ValuesInitial [get, set]
 Returns or sets the initial value. More...
 
unsafe double ValuesPeak [get, set]
 Returns or sets the peak value. More...
 
- Properties inherited from NXOpen.PressLineSimulation.MotionBuilder
unsafe string CamDisplayName [get, set]
 Returns or sets the user cam display name. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a PressLineSimulation.UserMotionBuilder builder

To create a new instance of this class, use NXOpen.PressLineSimulation.ApplicationManager.CreateUserMotionBuilder

Default values.

Property Value

Disable

0

PressStart

0

PressStop

0

ReturnStart

0

ReturnStop

0

TypeOfCurve

Calculate

TypeOfMotion

Linear

ValuesInitial

0

ValuesPeak

0

Created in NX12.0.0

Member Enumeration Documentation

The method used to define the motion curve.

Enumerator
Calculate 
FromFile 

The type of motion to create.

Enumerator
Linear 
Rotary 

Member Function Documentation

unsafe void NXOpen.PressLineSimulation.UserMotionBuilder.DeleteCam ( )
inline

To delete the motion.

Created in NX12.0.0

License requirements: nx_pls_die_checker (" NX Press Die Checker")

unsafe void NXOpen.PressLineSimulation.UserMotionBuilder.GetMotionCurve ( out double[]  curveValues)
inline

Get the motion curve values if type is set to from file.

Created in NX12.0.0

License requirements: None.

Parameters
curveValuesThe array of motion curve values.
unsafe void NXOpen.PressLineSimulation.UserMotionBuilder.SetMotionCurve ( double[]  curveValues)
inline

Set the motion curve values if type is set to from file.

Created in NX12.0.0

License requirements: nx_pls_die_checker (" NX Press Die Checker")

Parameters
curveValuesThe array of motion curve values.
unsafe void NXOpen.PressLineSimulation.UserMotionBuilder.SetOutOfDate ( )
inline

To set the out of date status of the motion.

Created in NX12.0.0

License requirements: nx_pls_die_checker (" NX Press Die Checker")

Property Documentation

unsafe string NXOpen.PressLineSimulation.UserMotionBuilder.ComponentName
getset

Returns or sets the simulation component name.

Created in NX12.0.0

Deprecated in NX1899.0.0. Use NXOpen.PressLineSimulation.MotionBuilder.CamDisplayName instead.

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe string NXOpen.PressLineSimulation.UserMotionBuilder.Description
getset

Returns or sets the description of the motion.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe bool NXOpen.PressLineSimulation.UserMotionBuilder.Disable
getset

Returns or sets the disabled status of the motion.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe NXOpen.SelectBodyList NXOpen.PressLineSimulation.UserMotionBuilder.MotionBodies
get

Returns the motion bodies.

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.Point NXOpen.PressLineSimulation.UserMotionBuilder.MotionOrigin
getset

Returns or sets the motion vector origin

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe NXOpen.Direction NXOpen.PressLineSimulation.UserMotionBuilder.MotionVector
getset

Returns or sets the motion vector.

Defines the direction of motion for linear type and axis of rotation for rotary type.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe double NXOpen.PressLineSimulation.UserMotionBuilder.PressStart
getset

Returns or sets the press start angle.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe double NXOpen.PressLineSimulation.UserMotionBuilder.PressStop
getset

Returns or sets the press stop angle.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe double NXOpen.PressLineSimulation.UserMotionBuilder.ReturnStart
getset

Returns or sets the return start angle.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe double NXOpen.PressLineSimulation.UserMotionBuilder.ReturnStop
getset

Returns or sets the return stop angle.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe NXOpen.PressLineSimulation.UserMotionBuilder.CurveType NXOpen.PressLineSimulation.UserMotionBuilder.TypeOfCurve
getset

Returns or sets the method used to define the motion curve.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe NXOpen.PressLineSimulation.UserMotionBuilder.MotionType NXOpen.PressLineSimulation.UserMotionBuilder.TypeOfMotion
getset

Returns or sets the type of motion.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe double NXOpen.PressLineSimulation.UserMotionBuilder.ValuesInitial
getset

Returns or sets the initial value.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")

unsafe double NXOpen.PressLineSimulation.UserMotionBuilder.ValuesPeak
getset

Returns or sets the peak value.

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_pls_die_checker (" NX Press Die Checker")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.