Class Centerline2dBuilder
Inheritance
System.Object
System.MarshalByRefObject
Centerline2dBuilder
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.Annotations
Assembly: NXOpen.dll
Syntax
public class Centerline2dBuilder : CenterlineBuilder, IMessageSink, IComponentBuilder
Constructors
Centerline2dBuilder()
Declaration
protected Centerline2dBuilder()
Properties
Inherit
Declaration
public SelectNXObject Inherit { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
OffsetDistance
Declaration
public double OffsetDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OffsetMethod
Declaration
public Centerline2dBuilder.Offset OffsetMethod { get; set; }
Property Value
Type | Description |
---|---|
Centerline2dBuilder.Offset |
OffsetObject
Declaration
public SelectNXObject OffsetObject { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Point1
Declaration
public SelectNXObject Point1 { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Point2
Declaration
public SelectNXObject Point2 { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Settings
Declaration
public Centerline2dSettingsBuilder Settings { get; }
Property Value
Type | Description |
---|---|
Centerline2dSettingsBuilder |
Side1
Declaration
public SelectNXObject Side1 { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Side2
Declaration
public SelectNXObject Side2 { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
Type
Declaration
public Centerline2dBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
Centerline2dBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink