Class EditCoolingCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
EditCoolingCurveBuilder
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)
Assembly: NXOpen.dll
public class EditCoolingCurveBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected EditCoolingCurveBuilder()
Properties
Declaration
public bool Associative { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int CurveSmoothRates { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public Expression EndDistance { get; }
Property Value
Declaration
public EditCoolingCurveBuilder.ExtensionMethod ExtendMethod { get; set; }
Property Value
Declaration
public Point FirstPoint { get; set; }
Property Value
Declaration
public Point3d ManipulatorOldOrigin { get; set; }
Property Value
Declaration
public bool ManipulatorOldOriginAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Point3d ManipulatorOrigin { get; set; }
Property Value
Declaration
public int OriginalCurveLayer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public EditCoolingCurveBuilder.OriginalCurveOperationType OriginalCurveOperation { get; set; }
Property Value
Declaration
public bool ReverseFirstPointTrimSide { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ReverseSecondPointTrimSide { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public Point SecondPoint { get; set; }
Property Value
Declaration
public Expression StartDistance { get; }
Property Value
Declaration
public double TangentShapeControlScaleValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public EditCoolingCurveBuilder.Types Type { get; set; }
Property Value
Methods
Declaration
public void UpdateEndDistanceExpStr(string endDistance)
Parameters
Type |
Name |
Description |
System.String |
endDistance |
|
Declaration
public void UpdateOutputCurve(int pointNumber)
Parameters
Type |
Name |
Description |
System.Int32 |
pointNumber |
|
Declaration
public void UpdateOutputCurveAfterMoveHandle()
Declaration
public void UpdatePointSelectedCurve(int pointNumber, TaggedObject selectedCurveTag)
Parameters
Type |
Name |
Description |
System.Int32 |
pointNumber |
|
TaggedObject |
selectedCurveTag |
|
Declaration
public void UpdateStartDistanceExpStr(string startDistance)
Parameters
Type |
Name |
Description |
System.String |
startDistance |
|
Declaration
public void UpdateTrimLength(int pointNumber, double trimLength, Point3d trimPoint)
Parameters
Type |
Name |
Description |
System.Int32 |
pointNumber |
|
System.Double |
trimLength |
|
Point3d |
trimPoint |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink