Search Results for

    Show / Hide Table of Contents

    Class AutoPointBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    AutoPointBuilder
    Implements
    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, 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 AutoPointBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    AutoPointBuilder()

    Declaration
    protected AutoPointBuilder()

    Properties

    ComponentsToJoin

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

    ComponentsTreatAsUnit

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

    DefaultZDirection

    Declaration
    public AutoPointBuilder.ZDirection DefaultZDirection { get; set; }
    Property Value
    Type Description
    AutoPointBuilder.ZDirection

    DistanceFromEnds

    Declaration
    public double DistanceFromEnds { get; set; }
    Property Value
    Type Description
    double

    FaceGapDistance

    Declaration
    public double FaceGapDistance { get; set; }
    Property Value
    Type Description
    double

    ManipulatorMatrix

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

    MaximumBendRadius

    Declaration
    public double MaximumBendRadius { get; set; }
    Property Value
    Type Description
    double

    MaximumCenterlineWidth

    Declaration
    public double MaximumCenterlineWidth { get; set; }
    Property Value
    Type Description
    double

    MaximumSingleThickness

    Declaration
    public double MaximumSingleThickness { get; set; }
    Property Value
    Type Description
    double

    MaximumSpacingBetweenPoints

    Declaration
    public double MaximumSpacingBetweenPoints { get; set; }
    Property Value
    Type Description
    double

    MimimumNumberPointsOnOverlap

    Declaration
    public int MimimumNumberPointsOnOverlap { get; set; }
    Property Value
    Type Description
    int

    MinimumFlangeWidth

    Declaration
    public double MinimumFlangeWidth { get; set; }
    Property Value
    Type Description
    double

    MinimumSpacingBetweenPoints

    Declaration
    public double MinimumSpacingBetweenPoints { get; set; }
    Property Value
    Type Description
    double

    OffsetDistanceFromEdge

    Declaration
    public double OffsetDistanceFromEdge { get; set; }
    Property Value
    Type Description
    double

    OrientationMethod

    Declaration
    public AutoPointBuilder.OrientationMethodTypes OrientationMethod { get; set; }
    Property Value
    Type Description
    AutoPointBuilder.OrientationMethodTypes

    ReuseFeatures

    Declaration
    public SelectFeatureList ReuseFeatures { get; }
    Property Value
    Type Description
    SelectFeatureList

    ReuseMatchTolerance

    Declaration
    public double ReuseMatchTolerance { get; set; }
    Property Value
    Type Description
    double

    Type

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

    UniformSpacingTolerance

    Declaration
    public double UniformSpacingTolerance { get; set; }
    Property Value
    Type Description
    double

    WeldType

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use overloaded function with PointMark enum instead.")]
    public WeldFeatureSetType WeldType { get; set; }
    Property Value
    Type Description
    WeldFeatureSetType

    Methods

    CreateFeatureSet(int)

    Declaration
    public NXObject CreateFeatureSet(int interferenceIndex)
    Parameters
    Type Name Description
    int interferenceIndex
    Returns
    Type Description
    NXObject

    FindNumberOfInterferenceRegions()

    Declaration
    public int FindNumberOfInterferenceRegions()
    Returns
    Type Description
    int

    GetInterferenceDetails(int)

    Declaration
    public AutoPointBuilder.InterferenceDetails GetInterferenceDetails(int interferenceIndex)
    Parameters
    Type Name Description
    int interferenceIndex
    Returns
    Type Description
    AutoPointBuilder.InterferenceDetails

    GetWeldType()

    Declaration
    public PointMarkBuilder.WeldTypes GetWeldType()
    Returns
    Type Description
    PointMarkBuilder.WeldTypes

    SetDisplayCsys(bool)

    Declaration
    public void SetDisplayCsys(bool showCsys)
    Parameters
    Type Name Description
    bool showCsys

    SetShowSolids(bool)

    Declaration
    public void SetShowSolids(bool showSolids)
    Parameters
    Type Name Description
    bool showSolids

    SetShowThruState(bool)

    Declaration
    public void SetShowThruState(bool showThruState)
    Parameters
    Type Name Description
    bool showThruState

    SetWeldType(WeldTypes)

    Declaration
    public void SetWeldType(PointMarkBuilder.WeldTypes weldType)
    Parameters
    Type Name Description
    PointMarkBuilder.WeldTypes weldType

    Implements

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