Search Results for

    Show / Hide Table of Contents

    Class PolylineBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    PolylineBuilder
    CagePolylineBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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

    Curve

    Declaration
    public Polyline Curve { get; }
    Property Value
    Type Description
    Polyline

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX