Class SelectionProgramObjectTypeBuilder
Inheritance
SelectionProgramObjectTypeBuilder
Assembly: NXOpen.dll
Syntax
public class SelectionProgramObjectTypeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SelectionProgramObjectTypeBuilder()
Declaration
protected SelectionProgramObjectTypeBuilder()
Properties
AxisProximityObject
Declaration
public Axis AxisProximityObject { get; set; }
Property Value
EndRange
Declaration
public Expression EndRange { get; }
Property Value
FindType
Declaration
public SelectionProgramObjectTypeBuilder.FindTypes FindType { get; set; }
Property Value
ObjectType
Declaration
public SelectionProgramObjectTypeBuilder.ObjectTypes ObjectType { get; set; }
Property Value
PlanarProximityObject
Declaration
public Plane PlanarProximityObject { get; set; }
Property Value
StartRange
Declaration
public Expression StartRange { get; }
Property Value
WithinRange
Declaration
public bool WithinRange { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink