PropertyTypeOption Enumeration

NXOpen.VisualReporting.Property.TypeOption is an alias for NXOpen.VisualReporting.PropertyTypeOption

class NXOpen.VisualReporting.PropertyTypeOption

Bases: object

Represents the possible NXOpen.VisualReporting.Property.PropertyType() options for a property

Enum Members

.

. csv-table::
header:“Enum Member”, “Enum Member Description”

“ArrangementSpecificPositionProperty”, ” Arrengement specific positioning ” “AttributeProperty”, ” Part attribute property ” “ComponentGroupProperty”, ” Component group name ” “ComponentNameProperty”, ” Component name ” “DescriptivePartNameProperty”, ” Descriptive part name ” “LoadStateProperty”, ” The load-state of the component ” “MassKgProperty”, ” The mass of the component in pounds ” “MassLbProperty”, ” The mass of the component in kilograms ” “ModifiedProperty”, ” Whether the component is modified ” “MultiCadProperty”, ” Parts mastered in a CAD system other than NX ” “PartNameProperty”, ” Part name ” “PartUnitsProperty”, ” Part units ” “PiecePartProperty”, ” Piece part ” “PositionProperty”, ” The position of the component ” “PositionControlProperty”, ” The position control of the component ” “ReadOnlyProperty”, ” Whether the component is read-only ” “ReferenceSetProperty”, ” The reference-set used by the component ” “RootPartProperty”, ” Root part occurrence ” “SuppressionControlProperty”, ” The suppression control of the component ” “WeightStatusProperty”, ” The weight status of the component ” “TeamcenterProperty”, ” Teamcenter property ” “ServerProperty”, ” Server Property defined in server side report ” “DegreesOfFreedomProperty”, ” The freedom degree of the component ” “RuleEvaluationResultProperty”, ” Rule Evaluation for results in part ” “CheckMateResultProperty”, ” Check-Mate result” “LastModifiedDateProperty”, ” last modify date property ” “RequirementsValidationStatusProperty”, ” Requirement validate result” “RepresentationProperty”, ” Representation Status” “LastModifiedUserProperty”, ” last modify user property ” “ComponentProperty”, ” Assembly Navigator column property ” “MassGmProperty”, ” The mass of the component in grams ” “PartFamilyMemberProperty”, ” Part family member ” “LinkedPartProperty”, ” Linked part ” “ProductTemplateProperty”, ” Product Template ” “BodyDensityProperty”, ” Body density property ” “BodyMassProperty”, ” Body mass property ” “BodyRadiusGyrationProperty”, ” Body radius gyration property ” “BodySurfaceAreaProperty”, ” Body surface area property ” “BodyTypeProperty”, ” Body type property ” “BodyVolumeProperty”, ” Body volume property ” “BodyWeightProperty”, ” Body weight property ” “FaceAreaProperty”, ” Face area property ” “FaceTypeProperty”, ” Face type property ” “FaceMinRadiusProperty”, ” Face minimum radius property ” “FacePerimeterProperty”, ” Face perimeter property ” “FacePMIFCFProperty”, ” Face PMI FCF property ” “FacePMIFCFCharacteristicsProperty”, ” Face PMI FCF characteristics property ” “FacePMIFCFCharFormTolProperty”, ” Face PMI FCF form characteristics property ” “FacePMIFCFCharLocationTolProperty”, ” Face PMI FCF location characteristics property ” “FacePMIFCFCharOrientationTolProperty”, ” Face PMI FCF orientation characteristics property ” “FacePMIFCFCharProfileTolProperty”, ” Face PMI FCF profile characteristics property ” “FacePMIFCFCharRunoutTolProperty”, ” Face PMI FCF runout characteristics property ” “FacePMIDatumFeatureProperty”, ” Face PMI datum feature property ” “FacePMIDatumTargetProperty”, ” Face PMI datum target property ” “ObjectAttributeProperty”, ” Sub-part object attribute property ” “ObjectCreatedByUserProperty”, ” Sub-part object created by user property ” “ObjectCreatedDateProperty”, ” Sub-part object created date property ” “ObjectCreatedVersionProperty”, ” Sub-part object created version property ” “ObjectRefByWaveLinkProperty”, ” Sub-part object referenced by Wave link property ” “ObjectWaveLinkedProperty”, ” Sub-part object Wave linked property ” “ObjectModifiedByUserProperty”, ” Sub-part object modified by user property ” “ObjectModifiedDateProperty”, ” Sub-part object modified date property ” “ObjectModifiedVersionProperty”, ” Sub-part object modified version property ” “PartitionMembershipProperty”, ” Partition Membership property ” “ComponentAddedDateProperty”, ” Component Added Date ” “TeamcenterObjectProperty”, ” Teamcenter Object property ” “ComponentPatternTypeProperty”, ” Component Pattern Type property “

ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.