NXOpen.UF.Part.IsFamilyTemplate

Part.IsFamilyTemplate()

Refer to UF_PART_is_family_template for documentation.

Signature: IsFamilyTemplate(part)

Parameters:part (Tag) – Tag of the part. If you have a part occurrence, use UF_ASSEM_ask_prototype_of_occ to get the tag of the part to pass into this routine. If you have a part instance, use UF_ASSEM_ask_parent_of_instance to get the tag of the part to pass into this routine.
Returns:Flag indicating result. TRUE = Part is a family template
Return type:bool

License requirements: None