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

Represents a NXOpen.Mechatronics.VelocitySensor builder. More...

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

Public Types

enum  AxisJointType { Angular, Linear }
 the Axis Joint types. More...
 
enum  OutputMeasureType { Constant, Voltage, Current }
 the Measure types. More...
 

Properties

unsafe NXOpen.SelectNXObject AxisJoint [get]
 Returns the joint select. More...
 
unsafe
NXOpen.Mechatronics.VelocitySensorBuilder.AxisJointType 
AxisType [get, set]
 Returns or sets the axis type. More...
 
unsafe NXOpen.Expression LowerOutputRange [get]
 Returns the lower output range used to scale the velocity data. More...
 
unsafe NXOpen.Expression LowerTrimRange [get]
 Returns the lower trim range used to trim the velocity data. More...
 
unsafe
NXOpen.Mechatronics.VelocitySensorBuilder.OutputMeasureType 
MeasureType [get, set]
 Returns or sets the measure type. More...
 
unsafe NXOpen.Expression UpperOutputRange [get]
 Returns the upper output range used to scale the velocity data. More...
 
unsafe NXOpen.Expression UpperTrimRange [get]
 Returns the upper trim range used to trim the velocity data. More...
 
unsafe bool UseScale [get, set]
 Returns or sets the use scale flag, which is used to control if the velocity sensor includes scale parameters. More...
 
unsafe bool UseTrim [get, set]
 Returns or sets the use trim flag, which is used to control if the velocity sensor includes trim parameters. 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

- 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.Mechatronics.VelocitySensor builder.

To create a new instance of this class, use NXOpen.Mechatronics.VelocitySensorCollection.CreateVelocitySensorBuilder

Created in NX11.0.0

Member Enumeration Documentation

the Axis Joint types.

Enumerator
Angular 

Angular

Linear 

Linear

the Measure types.

Enumerator
Constant 

MEASURE_UNITLESS

Voltage 

MEASURE_VOLTAGE

Current 

MEASURE_ELECTRIC_CURRENT

Property Documentation

unsafe NXOpen.SelectNXObject NXOpen.Mechatronics.VelocitySensorBuilder.AxisJoint
get

Returns the joint select.

This can be a NXOpen.Mechatronics.HingeJoint , NXOpen.Mechatronics.SlidingJoint , NXOpen.Mechatronics.CylindricalJoint , NXOpen.Mechatronics.PointOnCurveJoint , NXOpen.Mechatronics.PositionControl and NXOpen.Mechatronics.SpeedControl .

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Mechatronics.VelocitySensorBuilder.AxisJointType NXOpen.Mechatronics.VelocitySensorBuilder.AxisType
getset

Returns or sets the axis type.

Created in NX11.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.VelocitySensorBuilder.LowerOutputRange
get

Returns the lower output range used to scale the velocity data.

Its measure type contains constant, voltage, current

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.VelocitySensorBuilder.LowerTrimRange
get

Returns the lower trim range used to trim the velocity data.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Mechatronics.VelocitySensorBuilder.OutputMeasureType NXOpen.Mechatronics.VelocitySensorBuilder.MeasureType
getset

Returns or sets the measure type.

Created in NX11.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.VelocitySensorBuilder.UpperOutputRange
get

Returns the upper output range used to scale the velocity data.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.VelocitySensorBuilder.UpperTrimRange
get

Returns the upper trim range used to trim the velocity data.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.VelocitySensorBuilder.UseScale
getset

Returns or sets the use scale flag, which is used to control if the velocity sensor includes scale parameters.

Created in NX11.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 bool NXOpen.Mechatronics.VelocitySensorBuilder.UseTrim
getset

Returns or sets the use trim flag, which is used to control if the velocity sensor includes trim parameters.

Created in NX11.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")


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