Search Results for

    Show / Hide Table of Contents

    Class AssociativeArcBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AssociativeArcBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class AssociativeArcBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    AssociativeArcBuilder()

    Declaration
    protected AssociativeArcBuilder()

    Properties

    Associative

    Declaration
    public bool Associative { get; set; }
    Property Value
    Type Description
    bool

    CenterPoint

    Declaration
    public SelectPoint CenterPoint { get; }
    Property Value
    Type Description
    SelectPoint

    CenterPointReference

    Declaration
    public AssociativeArcBuilder.CenterReference CenterPointReference { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.CenterReference

    CenterPointReferenceCsys

    Declaration
    public SelectCartesianCoordinateSystem CenterPointReferenceCsys { get; }
    Property Value
    Type Description
    SelectCartesianCoordinateSystem

    CenterRadiusLockedPlaneDirection

    Declaration
    public Vector3d CenterRadiusLockedPlaneDirection { get; set; }
    Property Value
    Type Description
    Vector3d

    Diameter

    Declaration
    public Expression Diameter { get; }
    Property Value
    Type Description
    Expression

    EndInferredConstraint

    Declaration
    public SelectObject EndInferredConstraint { get; }
    Property Value
    Type Description
    SelectObject

    EndPoint

    Declaration
    public SelectPoint EndPoint { get; }
    Property Value
    Type Description
    SelectPoint

    EndPointOptions

    Declaration
    public AssociativeArcBuilder.EndOption EndPointOptions { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.EndOption

    EndPointReference

    Declaration
    public AssociativeArcBuilder.EndReference EndPointReference { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.EndReference

    EndReferenceCsys

    Declaration
    public SelectCartesianCoordinateSystem EndReferenceCsys { get; }
    Property Value
    Type Description
    SelectCartesianCoordinateSystem

    EndTangent

    Declaration
    public SelectDisplayableObject EndTangent { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Limits

    Declaration
    public CurveLimitsData Limits { get; }
    Property Value
    Type Description
    CurveLimitsData

    MidInferredConstraint

    Declaration
    public SelectObject MidInferredConstraint { get; }
    Property Value
    Type Description
    SelectObject

    MidPoint

    Declaration
    public SelectPoint MidPoint { get; }
    Property Value
    Type Description
    SelectPoint

    MidPointOptions

    Declaration
    public AssociativeArcBuilder.MidOption MidPointOptions { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.MidOption

    MidPointReference

    Declaration
    public AssociativeArcBuilder.MidReference MidPointReference { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.MidReference

    MidReferenceCsys

    Declaration
    public SelectCartesianCoordinateSystem MidReferenceCsys { get; }
    Property Value
    Type Description
    SelectCartesianCoordinateSystem

    MidTangent

    Declaration
    public SelectDisplayableObject MidTangent { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    Radius

    Declaration
    public Expression Radius { get; }
    Property Value
    Type Description
    Expression

    StartInferredConstraint

    Declaration
    public SelectObject StartInferredConstraint { get; }
    Property Value
    Type Description
    SelectObject

    StartPoint

    Declaration
    public SelectPoint StartPoint { get; }
    Property Value
    Type Description
    SelectPoint

    StartPointOptions

    Declaration
    public AssociativeArcBuilder.StartOption StartPointOptions { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.StartOption

    StartPointReference

    Declaration
    public AssociativeArcBuilder.StartReference StartPointReference { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.StartReference

    StartReferenceCsys

    Declaration
    public SelectCartesianCoordinateSystem StartReferenceCsys { get; }
    Property Value
    Type Description
    SelectCartesianCoordinateSystem

    StartTangent

    Declaration
    public SelectDisplayableObject StartTangent { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    SupportPlaneData

    Declaration
    public SupportPlaneData SupportPlaneData { get; }
    Property Value
    Type Description
    SupportPlaneData

    Type

    Declaration
    public AssociativeArcBuilder.Types Type { get; set; }
    Property Value
    Type Description
    AssociativeArcBuilder.Types

    ZonePoint

    Declaration
    public Point3d ZonePoint { get; set; }
    Property Value
    Type Description
    Point3d

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX