Class SplineBeamBuilder
Inheritance
System.Object
System.MarshalByRefObject
SplineBeamBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class SplineBeamBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
SplineBeamBuilder()
Declaration
protected SplineBeamBuilder()
Properties
Curves
Declaration
public SelectCurveList Curves { get; }
Property Value
DefinitionMethod
Declaration
public SplineBeamBuilder.DefinitionMethodType DefinitionMethod { get; set; }
Property Value
Link
Declaration
public SelectLink Link { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberOfSections
Declaration
public Expression NumberOfSections { get; }
Property Value
PointList
Declaration
public PointList PointList { get; }
Property Value
SectionAxis
Declaration
public SplineBeamBuilder.SectionAxisType SectionAxis { get; set; }
Property Value
SectionShape
Declaration
public SelectBaseSection SectionShape { get; }
Property Value
SectionVector
Declaration
public Direction SectionVector { get; set; }
Property Value
StructuralProperty
Declaration
public SelectSplineBeamProperty StructuralProperty { get; }
Property Value
Tolerance
Declaration
public Expression Tolerance { get; }
Property Value
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
ExportPointsToFile(String)
Declaration
public void ExportPointsToFile(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
GeneratePoints()
Declaration
public void GeneratePoints()
GetMarkerItems()
Declaration
public MarkerToNodeData[] GetMarkerItems()
Returns
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