Search Results for

    Show / Hide Table of Contents

    Class DatumCommonBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DatumCommonBuilder
    DatumPinBuilder
    DatumSurfaceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Weld
    Assembly: NXOpen.dll
    Syntax
    public class DatumCommonBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DatumCommonBuilder()

    Declaration
    protected DatumCommonBuilder()

    Properties

    AdditionalReferences

    Declaration
    public SelectComponentList AdditionalReferences { get; }
    Property Value
    Type Description
    SelectComponentList

    Characteristics

    Declaration
    public CharacteristicsBuilder Characteristics { get; }
    Property Value
    Type Description
    CharacteristicsBuilder

    ControlMethod

    Declaration
    public DatumCommonBuilder.ControlMethodTypes ControlMethod { get; set; }
    Property Value
    Type Description
    DatumCommonBuilder.ControlMethodTypes

    CreateDirectionVector

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

    CreatePlane

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

    CreatePoint

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

    CreationDirection

    Declaration
    public DatumCommonBuilder.CreationDirectionMethods CreationDirection { get; set; }
    Property Value
    Type Description
    DatumCommonBuilder.CreationDirectionMethods

    CustomAboveLength

    Declaration
    public double CustomAboveLength { get; set; }
    Property Value
    Type Description
    System.Double

    CustomRadius

    Declaration
    public double CustomRadius { get; set; }
    Property Value
    Type Description
    System.Double

    CustomTotalLength

    Declaration
    public double CustomTotalLength { get; set; }
    Property Value
    Type Description
    System.Double

    CustomType

    Declaration
    public DatumCommonBuilder.CustomTypes CustomType { get; set; }
    Property Value
    Type Description
    DatumCommonBuilder.CustomTypes

    CustomTypeName

    Declaration
    public string CustomTypeName { get; set; }
    Property Value
    Type Description
    System.String

    Derived

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

    DirectionAxis

    Declaration
    public Axis DirectionAxis { get; set; }
    Property Value
    Type Description
    Axis

    DirectionLength

    Declaration
    public double DirectionLength { get; set; }
    Property Value
    Type Description
    System.Double

    ModelingTolerance

    Declaration
    public double ModelingTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    PlaneHeight

    Declaration
    public double PlaneHeight { get; set; }
    Property Value
    Type Description
    System.Double

    PlaneWidth

    Declaration
    public double PlaneWidth { get; set; }
    Property Value
    Type Description
    System.Double

    PrincipalAxisX

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

    PrincipalAxisY

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

    PrincipalAxisZ

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

    ProjectAlongDirection

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

    SectionPlaneNormal

    Declaration
    public Direction SectionPlaneNormal { get; set; }
    Property Value
    Type Description
    Direction

    SolidType

    Declaration
    public DatumCommonBuilder.SolidTypes SolidType { get; set; }
    Property Value
    Type Description
    DatumCommonBuilder.SolidTypes

    Methods

    UpdateWithDerivedDatum()

    Declaration
    public void UpdateWithDerivedDatum()

    Implements

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