compas_vector_from_occ_axis
- compas_occ.conversions.compas_vector_from_occ_axis(axis, cls=None)[source]
Convert an OCC axis to a COMPAS vector.
- Parameters
axis (
gp_Ax1
) – The OCC axis.cls (Type[
compas.geometry.Vector
], optional) – The type of COMPAS vector.
- Returns