Class SplitCurveMethodBuilder
Inheritance
System.Object
System.MarshalByRefObject
SplitCurveMethodBuilder
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.Facet
Assembly: NXOpen.dll
Syntax
public class SplitCurveMethodBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SplitCurveMethodBuilder()
Declaration
protected SplitCurveMethodBuilder()
Properties
ExistingCurves
Declaration
public Section ExistingCurves { get; }
Property Value
Type | Description |
---|---|
Section |
ProjectDirection
Declaration
public ProjectionOptions ProjectDirection { get; }
Property Value
Type | Description |
---|---|
ProjectionOptions |
Methods
AddCurveOnBodies(Body[])
Declaration
public void AddCurveOnBodies(Body[] bodyArray)
Parameters
Type | Name | Description |
---|---|---|
Body[] | bodyArray |
CreateSplitCurveWithUseExisting()
Declaration
public Spline[] CreateSplitCurveWithUseExisting()
Returns
Type | Description |
---|---|
Spline[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink