|
enum | AttributeType {
AttributeTypeInvalid,
AttributeTypeNull,
AttributeTypeBoolean,
AttributeTypeInteger,
AttributeTypeReal,
AttributeTypeString,
AttributeTypeTime,
AttributeTypeReference,
AttributeTypeAny = 100
} |
| Specifies attribute type. More...
|
|
enum | DateAndTimeFormat { DateAndTimeFormatNumeric,
DateAndTimeFormatTextual
} |
| Specifies the format of the date and time attribute. More...
|
|
virtual
NXOpen::PDM::AttributeGroup * | Create (NXOpen::PDM::AttributeGroupDescription *attributeGroupDescription) |
| Creates an attribute group for a PDM::IAttributeGroupOwner , based on an attribute group type.
|
|
virtual
NXOpen::PDM::AttributeGroupReviseBuilder * | CreateAttributeGroupReviseBuilder (const std::vector< NXOpen::PDM::AttributeGroup * > &attributeGroups) |
| Creates a PDM::AttributeGroupReviseBuilder object.
|
|
NXString | EffectivityFormula () |
| Returns the formula string that represents the effectivity of this object in database.
|
|
virtual std::vector
< NXOpen::PDM::AttributeGroupDescription * > | GetAttributeGroupDescriptions () |
| Returns the PDM::AttributeGroupDescription objects representing the attribute group types supported by this object.
|
|
virtual std::vector
< NXOpen::PDM::AttributeGroup * > | GetAttributeGroups () |
| Returns the PDM::AttributeGroup objects owned by this object.
|
|
std::vector
< NXOpen::Assemblies::Partition * > | GetMemberPartitions () |
| Get all the partitions of this model element revision.
|
|
NXOpen::CollaborativeDesign * | OwningCollaborativeDesign () |
| Returns the owning CollaborativeDesign .
|
|
Represents the design feature revision in the database.
<br> Instance of this class can not be created <br>
Created in NX9.0.0.