Class CircleCenterlineBuilder
Inheritance
System.Object
System.MarshalByRefObject
CircleCenterlineBuilder
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 CircleCenterlineBuilder : CenterlineBuilder, IMessageSink, IComponentBuilder
Constructors
CircleCenterlineBuilder()
Declaration
protected CircleCenterlineBuilder()
Properties
FullCircle
Declaration
public bool FullCircle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Inherit
Declaration
public SelectNXObject Inherit { get; }
Property Value
| Type | Description |
|---|---|
| SelectNXObject |
Locations
Declaration
public SelectNXObjectList Locations { get; }
Property Value
| Type | Description |
|---|---|
| SelectNXObjectList |
Settings
Declaration
public CircleCenterlineSettingsBuilder Settings { get; }
Property Value
| Type | Description |
|---|---|
| CircleCenterlineSettingsBuilder |
Type
Declaration
public CircleCenterlineBuilder.Types Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CircleCenterlineBuilder.Types |
Methods
RemoveLocation(Int32)
Declaration
public void RemoveLocation(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Implements
System.Runtime.Remoting.Messaging.IMessageSink