public static extern SU_RESULT SUSceneGetAxes(SUSceneRef scene, ref SUAxesRef axes);
public static extern SUDrawingElementRef SUAxesToDrawingElement(SUAxesRef axes);
public static extern SU_RESULT SUAxesCreate(ref SUAxesRef axes);
public static extern SU_RESULT SUAxesGetPlane(SUAxesRef axes, ref SUPlane3D plane);
public static extern SUEntityRef SUAxesToEntity(SUAxesRef axes);
public static extern SU_RESULT SUAxesSetAxesVecs(SUAxesRef axes, ref SUVector3D xaxis, ref SUVector3D yaxis, ref SUVector3D zaxis);
public static extern SU_RESULT SUAxesGetTransform(SUAxesRef axes, ref SUTransformation transform);
public static extern SU_RESULT SUAxesGetZAxis(SUAxesRef axes, ref SUVector3D axis);
public static extern SU_RESULT SUAxesSetOrigin(SUAxesRef axes, ref SUPoint3D origin);
public static extern SU_RESULT SUAxesRelease(ref SUAxesRef axes);
public static extern SU_RESULT SUAxesCreateCustom(ref SUAxesRef axes, ref SUPoint3D origin, ref SUVector3D xaxis, ref SUVector3D yaxis, ref SUVector3D zaxis);
public static extern SU_RESULT SUComponentDefinitionSetAxes(SUComponentDefinitionRef comp_def, SUAxesRef axes);