NXOpen.UF.Modeling.AskWrapGeometry

Modeling.AskWrapGeometry()

Refer to UF_MODL_ask_wrap_geometry for documentation.

Signature: AskWrapGeometry(featureTag)

Parameters:featureTag (Tag) – Feature tag
Returns:Feature data. The caller should allocate a UF_MODL_wrap_geom_t structure, and pass in a pointer to it. This routine will fill in the structure based on the feature tag. The caller is responsible for freeing the data returned in the geometry and splits array by calling UF_free, e.g. UF_free(wrap_data.splits); UF_free(wrap_data.geometry);
Return type:NXOpen.UF.Modl.WrapGeom Refer to UF_MODL_wrap_geom_s for documentation.

License requirements: None