Class LocationWithDir
Inheritance
LocationWithDir
Assembly: NXOpen.dll
Syntax
public class LocationWithDir : Location, IMessageSink
Constructors
LocationWithDir()
Declaration
protected LocationWithDir()
Properties
DirectionPoint
Declaration
public Point DirectionPoint { get; set; }
Property Value
DirectionType
Declaration
public LocationDirectionType DirectionType { get; }
Property Value
DirectionValue
Declaration
public Vector3d DirectionValue { get; }
Property Value
DirectionVector
Declaration
public Direction DirectionVector { get; set; }
Property Value
EndSelectionRecipe
Declaration
public SelectionRecipe EndSelectionRecipe { get; set; }
Property Value
Point
Declaration
public Point Point { get; set; }
Property Value
StartSelectionRecipe
Declaration
public SelectionRecipe StartSelectionRecipe { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink