Class PolylineBuilder
Inheritance
PolylineBuilder
Assembly: NXOpen.dll
Syntax
public class PolylineBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PolylineBuilder()
Declaration
protected PolylineBuilder()
Properties
Declaration
public bool CanUseOrientationTool { get; set; }
Property Value
ConstraintManager
Declaration
public GeometricConstraintDataManager ConstraintManager { get; }
Property Value
ConstraintPlane
Declaration
public CoordinateSystem ConstraintPlane { get; set; }
Property Value
Curve
Declaration
public Polyline Curve { get; }
Property Value
DrawingPlane
Declaration
public Plane DrawingPlane { get; set; }
Property Value
DrawingPlaneOption
Declaration
public PolylineBuilder.DrawingPlaneOptions DrawingPlaneOption { get; set; }
Property Value
HasPlaneConstraint
Declaration
public bool HasPlaneConstraint { get; set; }
Property Value
IsPeriodic
Declaration
public bool IsPeriodic { get; set; }
Property Value
MovementMethod
Declaration
public PolylineBuilder.MovementMethodType MovementMethod { get; set; }
Property Value
MovementPlane
Declaration
public Plane MovementPlane { get; set; }
Property Value
MovementVector
Declaration
public Direction MovementVector { get; set; }
Property Value
Declaration
public TransformerData Transformer { get; }
Property Value
WCSOption
Declaration
public PolylineBuilder.WCSOptionType WCSOption { get; set; }
Property Value
Methods
EditPolyline(NXObject)
Declaration
public void EditPolyline(NXObject polyline)
Parameters
Evaluate()
Declaration
InsertPoint(int)
Declaration
public void InsertPoint(int afterIndex)
Parameters
Type |
Name |
Description |
int |
afterIndex |
|
UpdateOnConstraintPlane()
Declaration
public void UpdateOnConstraintPlane()
Implements
System.Runtime.Remoting.Messaging.IMessageSink