Class ConnectedCurvesBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConnectedCurvesBuilder
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.Routing
Assembly: NXOpen.dll
Syntax
public class ConnectedCurvesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ConnectedCurvesBuilder()
Declaration
protected ConnectedCurvesBuilder()
Properties
AllowArcs
Declaration
public bool AllowArcs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowLines
Declaration
public bool AllowLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowOccs
Declaration
public bool AllowOccs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowSplines
Declaration
public bool AllowSplines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurveSelection
Declaration
public SelectCurveList CurveSelection { get; }
Property Value
Type | Description |
---|---|
SelectCurveList |
Methods
ChainSelectedCurves()
Declaration
public Curve[] ChainSelectedCurves()
Returns
Type | Description |
---|---|
Curve[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink