NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Motion.FlexBody Class Reference

Represents the Motion FlexBody class. More...

Inheritance diagram for NXOpen.Motion.FlexBody:
NXOpen.Motion.MotionObject NXOpen.Motion.IGraphSource NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void Activate (bool activate)
 Sets activate or deactivate status for all normal modes More...
 
unsafe NXOpen.Motion.FlexDamping GetFlexibleDampingSettings ()
 Gets the flexible damping setting object More...
 
unsafe
NXOpen.Motion.NormalModeProperty 
GetNormalModeById (int modeId)
 Gets normal mode for given mode ID More...
 
unsafe
NXOpen.Motion.NormalModeProperty[] 
GetNormalModes ()
 Gets all normal modes More...
 
unsafe
NXOpen.Motion.FlexPhysicalDampingSettings 
GetPhysicalDampingSettings ()
 Gets the physical damping setting object More...
 
unsafe NXOpen.CAE.Result LoadFlexComputationResult ()
 Loads the flexible motion result of the active solution More...
 
unsafe void SetDampingFactors (double viscousDamping, double hystereticDamping)
 Sets damping factors for all normal modes More...
 

Properties

unsafe int NormalModeCount [get]
 Returns the count of normal modes More...
 
- Properties inherited from NXOpen.Motion.MotionObject
unsafe double DisplayScale [get, set]
 Returns or sets the display scale factor More...
 
unsafe string GroupName [get, set]
 Returns or sets the group name of motion object More...
 
unsafe
NXOpen.Motion.MotionObject.GroupType 
GroupTypeOption [get, set]
 Returns or sets the group type of motion object More...
 
- Properties inherited from NXOpen.DisplayableObject
unsafe int Color [get, set]
 Returns or sets the color of the object. More...
 
unsafe bool IsBlanked [get]
 Returns the blank status of this object. More...
 
unsafe int Layer [get, set]
 Returns or sets the layer that the object is in. More...
 
unsafe
NXOpen.DisplayableObject.ObjectFont 
LineFont [get, set]
 Returns or sets the line font of the object. More...
 
unsafe
NXOpen.DisplayableObject.ObjectWidth 
LineWidth [get, set]
 Returns or sets the line width of the object. More...
 
unsafe NXOpen.Point3d NameLocation [get]
 Returns the location of the object's name. More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.Motion.MotionObject
enum  GroupType { None, Import }
 The group type attribute is used for import subassembly functionality. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the Motion FlexBody class.

It must be associated with a Motion Body.

To create or edit an instance of this class, use NXOpen.Motion.FlexBodyBuilder

Created in NX7.5.0

Member Function Documentation

unsafe void NXOpen.Motion.FlexBody.Activate ( bool  activate)
inline

Sets activate or deactivate status for all normal modes

Created in NX7.5.0

License requirements: mechanisms ("MECHANISMS")

Parameters
activate
unsafe NXOpen.Motion.FlexDamping NXOpen.Motion.FlexBody.GetFlexibleDampingSettings ( )
inline

Gets the flexible damping setting object

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

Returns
unsafe NXOpen.Motion.NormalModeProperty NXOpen.Motion.FlexBody.GetNormalModeById ( int  modeId)
inline

Gets normal mode for given mode ID

Created in NX7.5.0

License requirements: mechanisms ("MECHANISMS")

Parameters
modeId
Returns
unsafe NXOpen.Motion.NormalModeProperty [] NXOpen.Motion.FlexBody.GetNormalModes ( )
inline

Gets all normal modes

Created in NX7.5.0

License requirements: mechanisms ("MECHANISMS")

Returns
unsafe NXOpen.Motion.FlexPhysicalDampingSettings NXOpen.Motion.FlexBody.GetPhysicalDampingSettings ( )
inline

Gets the physical damping setting object

Created in NX7.5.0

License requirements: mechanisms ("MECHANISMS")

Returns
unsafe NXOpen.CAE.Result NXOpen.Motion.FlexBody.LoadFlexComputationResult ( )
inline

Loads the flexible motion result of the active solution

Created in NX1847.0.0

License requirements: mechanisms ("MECHANISMS")

Returns
unsafe void NXOpen.Motion.FlexBody.SetDampingFactors ( double  viscousDamping,
double  hystereticDamping 
)
inline

Sets damping factors for all normal modes

Created in NX7.5.0

Deprecated in NX1847.0.0. Use NXOpen.Motion.FlexBody.GetFlexibleDampingSettings instead.

License requirements: mechanisms ("MECHANISMS")

Parameters
viscousDamping
hystereticDamping

Property Documentation

unsafe int NXOpen.Motion.FlexBody.NormalModeCount
get

Returns the count of normal modes

Created in NX7.5.0

License requirements: mechanisms ("MECHANISMS")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.