Class DatumSurfaceBuilder
Inheritance
System.Object
System.MarshalByRefObject
DatumSurfaceBuilder
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.Weld
Assembly: NXOpen.dll
Syntax
public class DatumSurfaceBuilder : DatumCommonBuilder, IMessageSink, IComponentBuilder
Constructors
DatumSurfaceBuilder()
Declaration
protected DatumSurfaceBuilder()
Properties
DerivedDatum
Declaration
public SelectDatumSurface DerivedDatum { get; }
Property Value
Type | Description |
---|---|
SelectDatumSurface |
GridSnapTolerance
Declaration
public double GridSnapTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MirrorPlane
Declaration
public Plane MirrorPlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
RestingFace
Declaration
public ScCollector RestingFace { get; }
Property Value
Type | Description |
---|---|
ScCollector |
SnapPointToGrid
Declaration
public bool SnapPointToGrid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
Declaration
public DatumSurfaceBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
DatumSurfaceBuilder.Types |
XCoordinate
Declaration
public double XCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
YCoordinate
Declaration
public double YCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ZCoordinate
Declaration
public double ZCoordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
InitializeAxis(Point3d)
Declaration
public void InitializeAxis(Point3d approximatePoint)
Parameters
Type | Name | Description |
---|---|---|
Point3d | approximatePoint |
MoveMinimumDistance()
Declaration
public void MoveMinimumDistance()
UpdateAxisData()
Declaration
public void UpdateAxisData()
UpdateWithReferenceDatum()
Declaration
public void UpdateWithReferenceDatum()
Implements
System.Runtime.Remoting.Messaging.IMessageSink