Search Results for

    Show / Hide Table of Contents

    Class AngularDimBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AdmBaseBuilder
    DimensionBuilder
    AngularDimBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    DimensionBuilder.GetDimension()
    DimensionBuilder.DimensionLocation
    DimensionBuilder.FaceChangeOverflowBehavior
    DimensionBuilder.FacesToMove
    DimensionBuilder.SaveConstraints
    DimensionBuilder.Value
    AdmBaseBuilder.SetSolveOption(AdmBaseBuilder.SolveOptionType)
    AdmBaseBuilder.Reconfigure()
    AdmBaseBuilder.SetUpdateMethod(AdmBaseBuilder.UpdateMethodType)
    AdmBaseBuilder.OnApplyPre()
    AdmBaseBuilder.SolveOption
    AdmBaseBuilder.UpdateMethod
    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 AngularDimBuilder : DimensionBuilder, IMessageSink, IComponentBuilder

    Constructors

    AngularDimBuilder()

    Declaration
    protected AngularDimBuilder()

    Properties

    AlternativeAngle

    Declaration
    public bool AlternativeAngle { get; set; }
    Property Value
    Type Description
    System.Boolean

    ComplementAngleFlag

    Declaration
    public bool ComplementAngleFlag { get; set; }
    Property Value
    Type Description
    System.Boolean

    MeasurementObject

    Declaration
    public SelectNXObject MeasurementObject { get; }
    Property Value
    Type Description
    SelectNXObject

    OriginObject

    Declaration
    public SelectNXObject OriginObject { get; }
    Property Value
    Type Description
    SelectNXObject

    Methods

    GetIsComplementAngle(Point3d)

    Declaration
    public bool GetIsComplementAngle(Point3d dimensionLocation)
    Parameters
    Type Name Description
    Point3d dimensionLocation
    Returns
    Type Description
    System.Boolean

    SetInterpartSourceEdge(Edge)

    Declaration
    public void SetInterpartSourceEdge(Edge interpartSourceEdge)
    Parameters
    Type Name Description
    Edge interpartSourceEdge

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX