Search Results for

    Show / Hide Table of Contents

    Class JointmarkGuideBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    JointmarkGuideBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.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
    bool

    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
    int

    OffsetDistance

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

    RespacePoints

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

    ReverseDirection

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

    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
    bool

    Implements

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