Search Results for

    Show / Hide Table of Contents

    Class JointmarkGuideBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    JointmarkGuideBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 JointmarkGuideBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    JointmarkGuideBuilder()

    Declaration
    protected JointmarkGuideBuilder()

    Properties

    EndDistance

    Declaration
    public OnPathDimensionBuilder EndDistance { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    ExtendOffset

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

    GuideCurve

    Declaration
    public Section GuideCurve { get; set; }
    Property Value
    Type Description
    Section

    LocationOption

    Declaration
    public JointmarkGuideBuilder.Location LocationOption { get; set; }
    Property Value
    Type Description
    JointmarkGuideBuilder.Location

    NumberOfPoints

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

    OffsetDistance

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

    RespacePoints

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

    ReverseDirection

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

    Section1

    Declaration
    public Section Section1 { get; }
    Property Value
    Type Description
    Section

    Section2

    Declaration
    public Section Section2 { get; }
    Property Value
    Type Description
    Section

    Section3

    Declaration
    public Section Section3 { get; }
    Property Value
    Type Description
    Section

    Section4

    Declaration
    public Section Section4 { get; }
    Property Value
    Type Description
    Section

    Spacing

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

    SpacingMethod

    Declaration
    public JointmarkGuideBuilder.SpaceMethod SpacingMethod { get; set; }
    Property Value
    Type Description
    JointmarkGuideBuilder.SpaceMethod

    SpacingOption

    Declaration
    public JointmarkGuideBuilder.SpaceOption SpacingOption { get; set; }
    Property Value
    Type Description
    JointmarkGuideBuilder.SpaceOption

    StartDistance

    Declaration
    public OnPathDimensionBuilder StartDistance { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    Methods

    CreateGuideCurves()

    Declaration
    public void CreateGuideCurves()

    GetGuideCurves(out ICurve[], out NXObject[])

    Declaration
    public void GetGuideCurves(out ICurve[] guideCurves, out NXObject[] instanceGuideCurves)
    Parameters
    Type Name Description
    ICurve[] guideCurves
    NXObject[] instanceGuideCurves

    RediscoverGuideEnds()

    Declaration
    public void RediscoverGuideEnds()

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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