NXOpen.UF.FbmGeom.AskAccessibilityVectors

FbmGeom.AskAccessibilityVectors()

Refer to UF_FBM_GEOM_ask_accessibility_vectors for documentation.

Signature: AskAccessibilityVectors(fbmGeomTag, representativeFeature)

Parameters:
  • fbmGeomTag (Tag) – The tag of the fbm_geom group of interest
  • representativeFeature (PointerWrapper) – A representative feature object of the group
Returns:

A Tuple

Return type:

A tuple consisting of (count,smartVectors)

count(int): The number of accessibility vectors

smartVectors(list of Tag): The array of accessibility vectors. Memory has to be freed calling UF_free

License requirements: None