NXOpen.UF.Facet.AskModelsOfSolid

Facet.AskModelsOfSolid()

Refer to UF_FACET_ask_models_of_solid for documentation.

Signature: AskModelsOfSolid(solid)

Parameters:solid (Tag) – A solid body or face
Returns:A Tuple
Return type:A tuple consisting of (nFacetedModels,facetedModels)

nFacetedModels(int): The number of faceted models associated with “solid”.

facetedModels(list of Tag): The tags of the faceted models associated with “solid”. This space is allocated by the called routine and must be freed by the caller using UF_free.

License requirements: None