Class DatumCsysBuilder
Inheritance
DatumCsysBuilder
Assembly: NXOpen.dll
Syntax
public class DatumCsysBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
DatumCsysBuilder()
Declaration
protected DatumCsysBuilder()
Properties
ComponentsCreation
Declaration
[Obsolete("Deprecated in NX7.5.1. This property is now always TRUE and calls to this property can be safely removed.")]
public bool ComponentsCreation { get; set; }
Property Value
Csys
Declaration
public CartesianCoordinateSystem Csys { get; set; }
Property Value
DisplayScaleFactor
Declaration
public double DisplayScaleFactor { get; set; }
Property Value
FixedSizeDatum
Declaration
[Obsolete("Deprecated in NX7.5.1. This property is now always TRUE and calls to this property can be safely removed.")]
public bool FixedSizeDatum { get; set; }
Property Value
Methods
Declaration
public void GetWaveLinkInformation(out string info, out bool xformExists, out Point3d xformOrigin, out Matrix3x3 xformOrientation, out double xformScale)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink