Class DmCurveBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.CAM
Assembly: NXOpen.dll
Syntax
public class DmCurveBuilder : TaggedObject, IMessageSink
Constructors
DmCurveBuilder()
Declaration
protected DmCurveBuilder()
Properties
DpmcvDriveCurves
Declaration
public DriveChainItemBuilderList DpmcvDriveCurves { get; }
Property Value
| Type | Description |
|---|---|
| DriveChainItemBuilderList |
DpmcvEndPercBuilder
Declaration
public InheritableDoubleBuilder DpmcvEndPercBuilder { get; }
Property Value
| Type | Description |
|---|---|
| InheritableDoubleBuilder |
DpmcvNumSegsBuilder
Declaration
public InheritableIntBuilder DpmcvNumSegsBuilder { get; }
Property Value
| Type | Description |
|---|---|
| InheritableIntBuilder |
DpmcvStartPercBuilder
Declaration
public InheritableDoubleBuilder DpmcvStartPercBuilder { get; }
Property Value
| Type | Description |
|---|---|
| InheritableDoubleBuilder |
DpmcvStepTolBuilder
Declaration
public InheritableDoubleBuilder DpmcvStepTolBuilder { get; }
Property Value
| Type | Description |
|---|---|
| InheritableDoubleBuilder |
DpmcvStepType
Declaration
public DmCurveBuilder.DpmcvStepTypes DpmcvStepType { get; set; }
Property Value
| Type | Description |
|---|---|
| DmCurveBuilder.DpmcvStepTypes |
Methods
CreateDpmcvDriveCurve(Section)
Declaration
public DriveChainItemBuilder CreateDpmcvDriveCurve(Section section)
Parameters
| Type | Name | Description |
|---|---|---|
| Section | section |
Returns
| Type | Description |
|---|---|
| DriveChainItemBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink