Class FlexBodyBuilder
Inheritance
System.Object
System.MarshalByRefObject
FlexBodyBuilder
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 FlexBodyBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
FlexBodyBuilder()
Declaration
protected FlexBodyBuilder()
Properties
CutoffDamping
Declaration
public Expression CutoffDamping { get; }
Property Value
CutoffFrequencyIncrement
Declaration
public Expression CutoffFrequencyIncrement { get; }
Property Value
CutoffLowerFrequency
Declaration
public Expression CutoffLowerFrequency { get; }
Property Value
CutoffUpperFrequency
Declaration
public Expression CutoffUpperFrequency { get; }
Property Value
FileTceName
Declaration
public string FileTceName { get; set; }
Property Value
Type |
Description |
System.String |
|
MassMatrix0
Declaration
public bool MassMatrix0 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassMatrix1
Declaration
public bool MassMatrix1 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassMatrix2
Declaration
public bool MassMatrix2 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassMatrix3
Declaration
public bool MassMatrix3 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassMatrix4
Declaration
public bool MassMatrix4 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassScalar0
Declaration
public bool MassScalar0 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassScalar1
Declaration
public bool MassScalar1 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassScalar2
Declaration
public bool MassScalar2 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassVector0
Declaration
public bool MassVector0 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassVector1
Declaration
public bool MassVector1 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassVector2
Declaration
public bool MassVector2 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassVector3
Declaration
public bool MassVector3 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MassVector4
Declaration
public bool MassVector4 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
NativeRfiFileName
Declaration
public string NativeRfiFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
NodeTolerance
Declaration
public Expression NodeTolerance { get; }
Property Value
PositioningType
Declaration
public FlexBodyBuilder.Positioning PositioningType { get; set; }
Property Value
SelectionLink
Declaration
public SelectLink SelectionLink { get; }
Property Value
SourceOption
Declaration
public FlexBodyBuilder.SourceType SourceOption { get; set; }
Property Value
TransientTime
Declaration
public Expression TransientTime { get; }
Property Value
TreatAsRigid
Declaration
public bool TreatAsRigid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UnitSystem
Declaration
public FlexBodyBuilder.UnitSystemType UnitSystem { get; set; }
Property Value
UseFrequencyFiltering
Declaration
public bool UseFrequencyFiltering { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UseTransientDamping
Declaration
public bool UseTransientDamping { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ExportRfiRelatedResults(String, String)
Declaration
public string ExportRfiRelatedResults(string caeFileSpec, string resultName)
Parameters
Type |
Name |
Description |
System.String |
caeFileSpec |
|
System.String |
resultName |
|
Returns
Type |
Description |
System.String |
|
GetMarkerItems()
Declaration
public MarkerToNodeData[] GetMarkerItems()
Returns
GetOffsetOrientations()
Declaration
public double[] GetOffsetOrientations()
Returns
Type |
Description |
System.Double[] |
|
GetOffsetPoints()
Declaration
public double[] GetOffsetPoints()
Returns
Type |
Description |
System.Double[] |
|
NewListMarkerToNode(NXObject, Int32, Int32, Boolean, Double, Double, Double)
Declaration
public MarkerToNodeData NewListMarkerToNode(NXObject marker, int markerPosition, int nodeID, bool move, double nodeLocationX, double nodeLocationY, double nodeLocationZ)
Parameters
Type |
Name |
Description |
NXObject |
marker |
|
System.Int32 |
markerPosition |
|
System.Int32 |
nodeID |
|
System.Boolean |
move |
|
System.Double |
nodeLocationX |
|
System.Double |
nodeLocationY |
|
System.Double |
nodeLocationZ |
|
Returns
SetMarkerItems(MarkerToNodeData[])
Declaration
public void SetMarkerItems(MarkerToNodeData[] markerToNodeListItem)
Parameters
SetOffsetOrientations(Double[])
Declaration
public void SetOffsetOrientations(double[] offsetOrientations)
Parameters
Type |
Name |
Description |
System.Double[] |
offsetOrientations |
|
SetOffsetPoints(Double[])
Declaration
public void SetOffsetPoints(double[] offsetPoints)
Parameters
Type |
Name |
Description |
System.Double[] |
offsetPoints |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink