Class PmiDatumTargetData
Inheritance
PmiDatumTargetData
Assembly: NXOpen.dll
Syntax
public class PmiDatumTargetData : PmiSemanticData, IMessageSink, IDisposable
Constructors
PmiDatumTargetData(nint)
Declaration
protected PmiDatumTargetData(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AreaSize
Declaration
public string AreaSize { get; }
Property Value
Diameter
Declaration
public double Diameter { get; }
Property Value
FirstPoint
Declaration
public Point3d FirstPoint { get; }
Property Value
Index
Declaration
public int Index { get; }
Property Value
InnerDiameter
Declaration
public double InnerDiameter { get; }
Property Value
IsMovable
Declaration
public bool IsMovable { get; }
Property Value
Label
Declaration
public string Label { get; }
Property Value
Length
Declaration
public double Length { get; }
Property Value
MovableModifierAngle
Declaration
public double MovableModifierAngle { get; }
Property Value
SecondPoint
Declaration
public Point3d SecondPoint { get; }
Property Value
Type
Declaration
public PmiDatumTargetData.Types Type { get; }
Property Value
Width
Declaration
public double Width { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink