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

Enum Member Enum Member Description
ArrangementSpecificPositionProperty Arrangement 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 run out characteristics property
FacePMIDatumFeatureProperty Face PMI datum feature property
FacePMIDatumTargetProperty Face PMI datum target property
ObjectAttributeProperty Subpart object attribute property
ObjectCreatedByUserProperty Subpart object created by user property
ObjectCreatedDateProperty Subpart object created date property
ObjectCreatedVersionProperty Subpart object created version property
ObjectRefByWaveLinkProperty Subpart object referenced by Wave link property
ObjectWaveLinkedProperty Subpart object Wave linked property
ObjectModifiedByUserProperty Subpart object modified by user property
ObjectModifiedDateProperty Subpart object modified date property
ObjectModifiedVersionProperty Subpart object modified version property
PartitionMembershipProperty Partition Membership property
ComponentAddedDateProperty Component Added Date
TeamcenterObjectProperty Teamcenter Object property
ComponentPatternTypeProperty Component Pattern Type property
ObjectNameProperty Subpart object name property
NXOpenProperty NX Open property
SheetMetalBendAngleProperty Sheet Metal Bend Angle Property
SheetMetalBendRadiusProperty Sheet Metal Bend Radius Property
SheetMetalFaceTypeAllProperty Sheet Metal All Face Type Property
SheetMetalFaceTypeBendProperty Sheet Metal Bend Face Type Property
SheetMetalFaceTypeDeformProperty Sheet Metal Deform Face Type Property
SheetMetalFaceTypeWebProperty Sheet Metal Web Face Type Property
SheetMetalNeutralFactorProperty Sheet Metal Neutral Factor Property
SheetMetalBodyTypeProperty Sheet Metal Body Type Property
FeatureFailureProperty Feature failure component 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.