Search Results for

    Show / Hide Table of Contents

    Class QuickBinderBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    QuickBinderBuilder
    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.Die
    Assembly: NXOpen.dll
    Syntax
    public class QuickBinderBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    QuickBinderBuilder()

    Declaration
    protected QuickBinderBuilder()

    Properties

    AnchorBaseRadius

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

    AnchorRadius

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

    AnchorTopRadius

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

    BaseRadius

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

    CentralAngle

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

    EdgeIndexToEdit

    Declaration
    public int EdgeIndexToEdit { get; set; }
    Property Value
    Type Description
    System.Int32

    EditType

    Declaration
    public QuickBinderBuilder.EditTypes EditType { get; set; }
    Property Value
    Type Description
    QuickBinderBuilder.EditTypes

    End

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

    EndAngle

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

    Extend

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

    FaceIndexToEdit

    Declaration
    public int FaceIndexToEdit { get; set; }
    Property Value
    Type Description
    System.Int32

    Faces

    Declaration
    public ScCollector Faces { get; }
    Property Value
    Type Description
    ScCollector

    Limits

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

    OriginAnchorOrigin

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

    Radius

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

    Start

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

    StartAngle

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

    TopRadius

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

    TransformMatrix

    Declaration
    public Matrix3x3 TransformMatrix { get; set; }
    Property Value
    Type Description
    Matrix3x3

    TransformOrigin

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

    Type

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

    UMaximum

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

    UMinimum

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

    VMaximum

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

    VMinimum

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

    Methods

    AddFace(QuickBinderBuilder.Types)

    Declaration
    public int AddFace(QuickBinderBuilder.Types type)
    Parameters
    Type Name Description
    QuickBinderBuilder.Types type
    Returns
    Type Description
    System.Int32

    CreateAnchorFace()

    Declaration
    public int CreateAnchorFace()
    Returns
    Type Description
    System.Int32

    EditFace()

    Declaration
    public void EditFace()

    GetEdgesOfFace(Int32, out Int32[], out Point3d[])

    Declaration
    public void GetEdgesOfFace(int faceIndex, out int[] edgeIndex, out Point3d[] referencePoints)
    Parameters
    Type Name Description
    System.Int32 faceIndex
    System.Int32[] edgeIndex
    Point3d[] referencePoints

    RemoveFace()

    Declaration
    public void RemoveFace()

    SetReferencePoint(Point3d)

    Declaration
    public void SetReferencePoint(Point3d location)
    Parameters
    Type Name Description
    Point3d location

    Implements

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