NX Open C++ Reference Guide
|
Represents a load. More...
Additional Inherited Members | |
![]() | |
enum | ObjectFont { ObjectFontSolid = 1, ObjectFontDashed, ObjectFontPhantom, ObjectFontCenterline, ObjectFontDotted, ObjectFontLongDashed, ObjectFontDottedDashed } |
specifies the object font for objects such as lines Created in NX3.0.0. More... | |
enum | ObjectWidth { ObjectWidthNormal, ObjectWidthThick, ObjectWidthThin, ObjectWidthOne = 5, ObjectWidthTwo, ObjectWidthThree, ObjectWidthFour, ObjectWidthFive, ObjectWidthSix, ObjectWidthSeven, ObjectWidthEight, ObjectWidthNine } |
specifies object width for objects such as lines and text Created in NX3.0.0. More... | |
![]() | |
NXOpen::CAE::SimBC * | CloneBc () |
Clones a BC. | |
NXString | DescriptorName () |
Returns the name of the bc Created in NX4.0.0. | |
NXOpen::CAE::SimBCDisplay * | GetDisplay () |
The BC Display object associated with the BC object. | |
virtual std::vector< NXString > | GetSolverCardSyntax () |
Returns the solver card syntax strings for this entity. | |
NXOpen::CAE::PropertyTable * | PropertyTable () |
Returns the property table associated with the BC object Created in NX4.0.0. | |
NXOpen::CAE::SetManager * | TargetSetManager () |
Returns the target set manager for CAE::SimBC object Created in NX4.0.0. | |
Represents a load.
To create a new instance of this class, use CAE::SimLoadCollection::CreateLoad
Created in NX4.0.0.