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