Class DistanceSensorBuilder
Inheritance
System.Object
System.MarshalByRefObject
DistanceSensorBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class DistanceSensorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DistanceSensorBuilder()
Declaration
protected DistanceSensorBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
Type | Description |
---|---|
Expression |
Category
Declaration
public int Category { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Direction
Declaration
public Direction Direction { get; set; }
Property Value
Type | Description |
---|---|
Direction |
HighlightOnCollision
Declaration
public bool HighlightOnCollision { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LowerOutputRange
Declaration
public Expression LowerOutputRange { get; }
Property Value
Type | Description |
---|---|
Expression |
MeasureType
Declaration
public DistanceSensorBuilder.OutputMeasureType MeasureType { get; set; }
Property Value
Type | Description |
---|---|
DistanceSensorBuilder.OutputMeasureType |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Point
Declaration
public Point Point { get; set; }
Property Value
Type | Description |
---|---|
Point |
Range
Declaration
public Expression Range { get; }
Property Value
Type | Description |
---|---|
Expression |
RigidBody
Declaration
public SelectRigidBody RigidBody { get; }
Property Value
Type | Description |
---|---|
SelectRigidBody |
UpperOutputRange
Declaration
public Expression UpperOutputRange { get; }
Property Value
Type | Description |
---|---|
Expression |
UseScale
Declaration
public bool UseScale { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink