Exemplo n.º 1
0
 public static extern SUGuidePointRef SUGuidePointCreate(ref SUGuidePointRef guide_point, ref SUPoint3D position);
Exemplo n.º 2
0
 public static extern SUDrawingElementRef SUGuidePointToDrawingElement(SUGuidePointRef guide_point);
Exemplo n.º 3
0
 public static extern SUEntityRef SUGuidePointToEntity(SUGuidePointRef guide_point);
Exemplo n.º 4
0
 public static extern SU_RESULT SUGuidePointGetDisplayAsLine(SUGuidePointRef guide_point, ref bool as_line);
Exemplo n.º 5
0
 public static extern SU_RESULT SUGuidePointGetFromPosition(SUGuidePointRef guide_point, ref SUPoint3D position);
Exemplo n.º 6
0
 public static extern SU_RESULT SUGuidePointRelease(ref SUGuidePointRef guide_point);