relationship_type property

CustomPart.relationship_type property

Gets or sets the relationship type from the parent part to this custom part.

@property
def relationship_type(self) -> str:
    ...

@relationship_type.setter
def relationship_type(self, value: str):
    ...

Remarks

The relationship type for a custom part must be “unknown” e.g. a custom relationship type, not one of the relationship types defined within ISO/IEC 29500.

The default value is an empty string. A valid value must be a non-empty string.

See Also