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

Represents a NXOpen.Mechatronics.SpeedControl builder. More...

Inheritance diagram for NXOpen.Mechatronics.SpeedControlBuilder:
NXOpen.Mechatronics.PhysicsConstraintBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AxisJointType { Angular, Linear, Mixed }
 the Axis Joint types. More...
 

Public Member Functions

unsafe void SetAxisJoint (NXOpen.NXObject axisJoint)
 Sets the joint. More...
 

Properties

unsafe
NXOpen.Mechatronics.SelectPhysicsJoint 
AxisJoint [get]
 Returns the joint select. More...
 
unsafe
NXOpen.Mechatronics.SpeedControlBuilder.AxisJointType 
AxisType [get, set]
 Returns or sets the axis joint type. More...
 
unsafe
NXOpen.Mechatronics.SpeedPositionControlDirectiontype 
DirectionType [get, set]
 Returns or sets the direction type, which works only when the speed control is used to drive NXOpen.Mechatronics.TransportSurface More...
 
unsafe bool EnableLimitForce [get, set]
 Returns or sets whether or not to enable the limit force. More...
 
unsafe NXOpen.Expression ForwardForce [get]
 Returns the forward force that speed control can apply. More...
 
unsafe bool LimitJerk [get, set]
 Returns or sets the limit jerk flag, which is used to control if the speed control includes jerk data. More...
 
unsafe NXOpen.Expression MaxAcceleration [get]
 Returns the max acceleration, which is used to set the maximum acceleration for speed control. More...
 
unsafe NXOpen.Expression MaxJerk [get]
 Returns the max jerk, which is used to set the maximum jerk for speed control. More...
 
unsafe NXOpen.Expression ReverseForce [get]
 Returns the min force that speed control can apply. More...
 
unsafe NXOpen.SelectNXObject Signal [get]
 Returns the signal select. More...
 
unsafe NXOpen.Expression Speed [get]
 Returns the speed. More...
 
unsafe bool UseAcceleration [get, set]
 Returns or sets the use acceleration flag, which is used to control if the speed control includes acceleration data. More...
 
- Properties inherited from NXOpen.Mechatronics.PhysicsConstraintBuilder
unsafe string Name [get, set]
 Returns or sets the 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 NXOpen.Mechatronics.SpeedControl builder.

To create a new instance of this class, use NXOpen.Mechatronics.SpeedControlCollection.CreateSpeedControlBuilder

Created in NX7.5.1

Member Enumeration Documentation

the Axis Joint types.

Enumerator
Angular 

Angular

Linear 

Linear

Mixed 

Mix angular and linear

Member Function Documentation

unsafe void NXOpen.Mechatronics.SpeedControlBuilder.SetAxisJoint ( NXOpen.NXObject  axisJoint)
inline

Sets the joint.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
axisJoint

Property Documentation

unsafe NXOpen.Mechatronics.SelectPhysicsJoint NXOpen.Mechatronics.SpeedControlBuilder.AxisJoint
get

Returns the joint select.

This can be a NXOpen.Mechatronics.HingeJoint , NXOpen.Mechatronics.SlidingJoint , NXOpen.Mechatronics.CylindricalJoint and NXOpen.Mechatronics.TransportSurface .

Created in NX7.5.1

License requirements: None.

unsafe NXOpen.Mechatronics.SpeedControlBuilder.AxisJointType NXOpen.Mechatronics.SpeedControlBuilder.AxisType
getset

Returns or sets the axis joint type.

Created in NX7.5.1

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Mechatronics.SpeedPositionControlDirectiontype NXOpen.Mechatronics.SpeedControlBuilder.DirectionType
getset

Returns or sets the direction type, which works only when the speed control is used to drive NXOpen.Mechatronics.TransportSurface

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.SpeedControlBuilder.EnableLimitForce
getset

Returns or sets whether or not to enable the limit force.

Created in NX9.0.0

License requirements to get this property: nx_mcd_core ("Mechatronics Concept Designer")

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.SpeedControlBuilder.ForwardForce
get

Returns the forward force that speed control can apply.

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.Mechatronics.SpeedControlBuilder.LimitJerk
getset

Returns or sets the limit jerk flag, which is used to control if the speed control includes jerk data.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.SpeedControlBuilder.MaxAcceleration
get

Returns the max acceleration, which is used to set the maximum acceleration for speed control.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Mechatronics.SpeedControlBuilder.MaxJerk
get

Returns the max jerk, which is used to set the maximum jerk for speed control.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Mechatronics.SpeedControlBuilder.ReverseForce
get

Returns the min force that speed control can apply.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectNXObject NXOpen.Mechatronics.SpeedControlBuilder.Signal
get

Returns the signal select.

This can be a NXOpen.Mechatronics.Signal or NXOpen.Mechatronics.AdapterSignal .

Created in NX12.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.SpeedControlBuilder.Speed
get

Returns the speed.

Created in NX7.5.1

License requirements: None.

unsafe bool NXOpen.Mechatronics.SpeedControlBuilder.UseAcceleration
getset

Returns or sets the use acceleration flag, which is used to control if the speed control includes acceleration data.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_mcd_core ("Mechatronics Concept Designer")


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