Search Results for

    Show / Hide Table of Contents

    Class SplineBeamBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    SplineBeamBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class SplineBeamBuilder : MotionBuilder, IMessageSink, IComponentBuilder

    Constructors

    SplineBeamBuilder()

    Declaration
    protected SplineBeamBuilder()

    Properties

    Curves

    Declaration
    public SelectCurveList Curves { get; }
    Property Value
    Type Description
    SelectCurveList

    DefinitionMethod

    Declaration
    public SplineBeamBuilder.DefinitionMethodType DefinitionMethod { get; set; }
    Property Value
    Type Description
    SplineBeamBuilder.DefinitionMethodType

    Link

    Declaration
    public SelectLink Link { get; }
    Property Value
    Type Description
    SelectLink

    Name

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

    NumberOfSections

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

    PointList

    Declaration
    public PointList PointList { get; }
    Property Value
    Type Description
    PointList

    SectionAxis

    Declaration
    public SplineBeamBuilder.SectionAxisType SectionAxis { get; set; }
    Property Value
    Type Description
    SplineBeamBuilder.SectionAxisType

    SectionShape

    Declaration
    public SelectBaseSection SectionShape { get; }
    Property Value
    Type Description
    SelectBaseSection

    SectionVector

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

    StructuralProperty

    Declaration
    public SelectSplineBeamProperty StructuralProperty { get; }
    Property Value
    Type Description
    SelectSplineBeamProperty

    Tolerance

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

    UseMarkersAsPassingPoints

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

    Methods

    AssignPoint(Int32, Point)

    Declaration
    public void AssignPoint(int index, Point point)
    Parameters
    Type Name Description
    System.Int32 index
    Point point

    CreateMarkerToNode(NXObject, Int32, Int32, Boolean)

    Declaration
    public MarkerToNodeData CreateMarkerToNode(NXObject marker, int markerPosition, int pointID, bool useClosestNode)
    Parameters
    Type Name Description
    NXObject marker
    System.Int32 markerPosition
    System.Int32 pointID
    System.Boolean useClosestNode
    Returns
    Type Description
    MarkerToNodeData

    ExportPointsToFile(String)

    Declaration
    public void ExportPointsToFile(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    FindMarkerItem(String)

    Declaration
    public MarkerToNodeData FindMarkerItem(string markerName)
    Parameters
    Type Name Description
    System.String markerName
    Returns
    Type Description
    MarkerToNodeData

    GeneratePoints()

    Declaration
    public void GeneratePoints()

    GetMarkerItems()

    Declaration
    public MarkerToNodeData[] GetMarkerItems()
    Returns
    Type Description
    MarkerToNodeData[]

    ImportPointsFromFile(String)

    Declaration
    public void ImportPointsFromFile(string filePath)
    Parameters
    Type Name Description
    System.String filePath

    InsertEmptyPoint(Int32)

    Declaration
    public void InsertEmptyPoint(int index)
    Parameters
    Type Name Description
    System.Int32 index

    RemoveAllMarkers()

    Declaration
    public void RemoveAllMarkers()

    RemovePoint(Int32)

    Declaration
    public void RemovePoint(int index)
    Parameters
    Type Name Description
    System.Int32 index

    SwapPoints(Int32, Int32)

    Declaration
    public void SwapPoints(int index1, int index2)
    Parameters
    Type Name Description
    System.Int32 index1
    System.Int32 index2

    Implements

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