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

Represents a NXOpen.Motion.ScalarTorqueBuilder More...

Inheritance diagram for NXOpen.Motion.ScalarTorqueBuilder:
NXOpen.Motion.MotionBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AppType { ActionReaction, ActionOnly }
 the application type More...
 
enum  DirectionType { X, Y, Z }
 the direction More...
 
enum  ScalarTorqueType { Joint, Link }
 the torque type More...
 

Properties

unsafe NXOpen.CoordinateSystem ActionCsys [get, set]
 Returns or sets the action csys More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionCsysOvrCtrl [get, set]
 Returns or sets the override state of the action coordinate system More...
 
unsafe NXOpen.Motion.SelectLink ActionLink [get]
 Returns the action motion body attachment. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionLinkOvrCtrl [get, set]
 Returns or sets the override state of the action motion body More...
 
unsafe NXOpen.Point ActionPoint [get, set]
 Returns or sets the action point More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
ActionPointOvrCtrl [get, set]
 Returns or sets the override state of the action point More...
 
unsafe
NXOpen.Motion.ScalarTorqueBuilder.AppType 
ApplicationType [get, set]
 Returns or sets the scalar torque application type. More...
 
unsafe NXOpen.CoordinateSystem BaseCsys [get, set]
 Returns or sets the base csys More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
BaseCsysOvrCtrl [get, set]
 Returns or sets the override state of the coordinate system More...
 
unsafe NXOpen.Motion.SelectLink BaseLink [get]
 Returns the base motion body attachment. More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
BaseLinkOvrCtrl [get, set]
 Returns or sets the override state of the base motion body More...
 
unsafe NXOpen.Point BasePoint [get, set]
 Returns or sets the base point More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
BasePointOvrCtrl [get, set]
 Returns or sets the override state of the action point More...
 
unsafe
NXOpen.Motion.ScalarTorqueBuilder.DirectionType 
Direction [get, set]
 Returns or sets the control Output Variable direction. More...
 
unsafe NXOpen.CAE.Function Function [get, set]
 Returns or sets the function More...
 
unsafe NXOpen.Motion.SelectJoint Joint [get]
 Returns the joint More...
 
unsafe string Name [get, set]
 Returns or sets the name More...
 
unsafe
NXOpen.Motion.SelectFieldData 
Profile [get]
 Returns the profile More...
 
unsafe
NXOpen.Motion.ScalarTorqueBuilder.ScalarTorqueType 
TorqueType [get, set]
 Returns or sets the type. More...
 
unsafe NXOpen.Expression ValueExpression [get]
 Returns the value expression More...
 
unsafe
NXOpen.Motion.ForceValueTypes 
ValueType [get, set]
 Returns or sets the value type More...
 
- Properties inherited from NXOpen.Motion.MotionBuilder
unsafe double DisplayScale [get, set]
 Returns or sets the icon display scale More...
 
unsafe string GroupName [get, set]
 Returns or sets the group name More...
 
unsafe
NXOpen.Motion.MotionObject.GroupType 
GroupType [get, set]
 Returns or sets the group type 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

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Motion.ScalarTorqueBuilder

To create a new instance of this class, use NXOpen.Motion.ScalarTorqueCollection.CreateScalarTorqueBuilder

Created in NX6.0.0

Member Enumeration Documentation

the application type

Enumerator
ActionReaction 

Action-Reaction

ActionOnly 

ActionOnly

the direction

Enumerator
X 

Direction X

Y 

Direction Y

Z 

Direction Z

the torque type

Enumerator
Joint 

Scalar Torque Type Joint.

Requires a Joint as input.

Link 

Scalar Torque Type Motion Body.

Requires an action and base motion body attachment.

Property Documentation

unsafe NXOpen.CoordinateSystem NXOpen.Motion.ScalarTorqueBuilder.ActionCsys
getset

Returns or sets the action csys

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.ScalarTorqueBuilder.ActionCsysOvrCtrl
getset

Returns or sets the override state of the action coordinate system

It should only be used for occurrences

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.SelectLink NXOpen.Motion.ScalarTorqueBuilder.ActionLink
get

Returns the action motion body attachment.

Required in type if Torque is Motion Body.

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.ScalarTorqueBuilder.ActionLinkOvrCtrl
getset

Returns or sets the override state of the action motion body

It should only be used for occurrences

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Point NXOpen.Motion.ScalarTorqueBuilder.ActionPoint
getset

Returns or sets the action point

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.ScalarTorqueBuilder.ActionPointOvrCtrl
getset

Returns or sets the override state of the action point

It should only be used for occurrences

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ScalarTorqueBuilder.AppType NXOpen.Motion.ScalarTorqueBuilder.ApplicationType
getset

Returns or sets the scalar torque application type.

Default Type is Action-Reaction.

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.CoordinateSystem NXOpen.Motion.ScalarTorqueBuilder.BaseCsys
getset

Returns or sets the base csys

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.ScalarTorqueBuilder.BaseCsysOvrCtrl
getset

Returns or sets the override state of the coordinate system

It should only be used for occurrences

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.SelectLink NXOpen.Motion.ScalarTorqueBuilder.BaseLink
get

Returns the base motion body attachment.

Optional in type if Torque is Motion Body.

Created in NX12.0.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.ScalarTorqueBuilder.BaseLinkOvrCtrl
getset

Returns or sets the override state of the base motion body

It should only be used for occurrences

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Point NXOpen.Motion.ScalarTorqueBuilder.BasePoint
getset

Returns or sets the base point

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.ScalarTorqueBuilder.BasePointOvrCtrl
getset

Returns or sets the override state of the action point

It should only be used for occurrences

Created in NX1847.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.ScalarTorqueBuilder.DirectionType NXOpen.Motion.ScalarTorqueBuilder.Direction
getset

Returns or sets the control Output Variable direction.

Default Control Output Variable Direction is Z direction.

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.CAE.Function NXOpen.Motion.ScalarTorqueBuilder.Function
getset

Returns or sets the function

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.SelectJoint NXOpen.Motion.ScalarTorqueBuilder.Joint
get

Returns the joint

Created in NX6.0.0

License requirements: None.

unsafe string NXOpen.Motion.ScalarTorqueBuilder.Name
getset

Returns or sets the name

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.SelectFieldData NXOpen.Motion.ScalarTorqueBuilder.Profile
get

Returns the profile

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.Motion.ScalarTorqueBuilder.ScalarTorqueType NXOpen.Motion.ScalarTorqueBuilder.TorqueType
getset

Returns or sets the type.

Default type is Motion Body.

Created in NX12.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.ScalarTorqueBuilder.ValueExpression
get

Returns the value expression

Created in NX8.0.0

License requirements: None.

unsafe NXOpen.Motion.ForceValueTypes NXOpen.Motion.ScalarTorqueBuilder.ValueType
getset

Returns or sets the value type

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: mechanisms ("MECHANISMS")


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