Search Results for

    Show / Hide Table of Contents

    Class AlignmentMethodBuilder

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

    Constructors

    AlignmentMethodBuilder()

    Declaration
    protected AlignmentMethodBuilder()

    Properties

    AlignAxis

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

    AlignCurve

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

    AlignType

    Declaration
    public AlignmentMethodBuilder.Type AlignType { get; set; }
    Property Value
    Type Description
    AlignmentMethodBuilder.Type

    AlignVector

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

    EndAlignFillerSurfaceOption

    Declaration
    public AlignmentMethodBuilder.AlignFillerSurfaceType EndAlignFillerSurfaceOption { get; set; }
    Property Value
    Type Description
    AlignmentMethodBuilder.AlignFillerSurfaceType

    NumberOfPointsPerSection

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

    NumberOfSections

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

    StartAlignFillerSurfaceOption

    Declaration
    public AlignmentMethodBuilder.AlignFillerSurfaceType StartAlignFillerSurfaceOption { get; set; }
    Property Value
    Type Description
    AlignmentMethodBuilder.AlignFillerSurfaceType

    Methods

    AddPoint(OnPathDimensionBuilder)

    Declaration
    public int AddPoint(OnPathDimensionBuilder alignPoint)
    Parameters
    Type Name Description
    OnPathDimensionBuilder alignPoint
    Returns
    Type Description
    System.Int32

    AddSection(Int32, Section)

    Declaration
    public void AddSection(int sectionIndex, Section sec)
    Parameters
    Type Name Description
    System.Int32 sectionIndex
    Section sec

    ComputeDefaultPoints()

    Declaration
    public void ComputeDefaultPoints()

    CreateOnPathDimBuilder(Section, Point3d)

    Declaration
    public OnPathDimensionBuilder CreateOnPathDimBuilder(Section sec, Point3d pnt)
    Parameters
    Type Name Description
    Section sec
    Point3d pnt
    Returns
    Type Description
    OnPathDimensionBuilder

    GetAllPoints(out Int32)

    Declaration
    public OnPathDimensionBuilder[] GetAllPoints(out int numSection)
    Parameters
    Type Name Description
    System.Int32 numSection
    Returns
    Type Description
    OnPathDimensionBuilder[]

    GetPoint(Int32, Int32)

    Declaration
    public OnPathDimensionBuilder GetPoint(int sectionIndex, int pointIndex)
    Parameters
    Type Name Description
    System.Int32 sectionIndex
    System.Int32 pointIndex
    Returns
    Type Description
    OnPathDimensionBuilder

    RemoveAllPoints()

    Declaration
    public void RemoveAllPoints()

    RemovePoint(OnPathDimensionBuilder)

    Declaration
    public void RemovePoint(OnPathDimensionBuilder alignPoint)
    Parameters
    Type Name Description
    OnPathDimensionBuilder alignPoint

    RemoveSection(Section)

    Declaration
    public void RemoveSection(Section sec)
    Parameters
    Type Name Description
    Section sec

    RemoveSectionAtIndex(Int32)

    Declaration
    public void RemoveSectionAtIndex(int secIndex)
    Parameters
    Type Name Description
    System.Int32 secIndex

    SetAlignPoints(OnPathDimensionBuilder[])

    Declaration
    public void SetAlignPoints(OnPathDimensionBuilder[] alignPoints)
    Parameters
    Type Name Description
    OnPathDimensionBuilder[] alignPoints

    SetSections(Section[])

    Declaration
    public void SetSections(Section[] sections)
    Parameters
    Type Name Description
    Section[] sections

    UnloadSections()

    Declaration
    public void UnloadSections()

    UpdateSectionAtIndex(Int32)

    Declaration
    public void UpdateSectionAtIndex(int secIndex)
    Parameters
    Type Name Description
    System.Int32 secIndex

    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