Class StandardPartPositionBuilder
Inheritance
System.Object
System.MarshalByRefObject
StandardPartPositionBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class StandardPartPositionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
StandardPartPositionBuilder()
Declaration
protected StandardPartPositionBuilder()
Properties
AssociativePosition
Declaration
public bool AssociativePosition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DxIncrement
Declaration
public double DxIncrement { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DyIncrement
Declaration
public double DyIncrement { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OffsetPositionDx
Declaration
public Expression OffsetPositionDx { get; }
Property Value
Type | Description |
---|---|
Expression |
OffsetPositionDy
Declaration
public Expression OffsetPositionDy { get; }
Property Value
Type | Description |
---|---|
Expression |
ReferencePosition
Declaration
public Point ReferencePosition { get; set; }
Property Value
Type | Description |
---|---|
Point |
Methods
PlaneView()
Declaration
public void PlaneView()
SetFaceCenter()
Declaration
public void SetFaceCenter()
SetOffsetPosition(Point3d)
Declaration
public void SetOffsetPosition(Point3d position)
Parameters
Type | Name | Description |
---|---|---|
Point3d | position |
Implements
System.Runtime.Remoting.Messaging.IMessageSink