Ejemplo n.º 1
0
 public static extern SU_RESULT SUEdgeUseGetEdge(SUEdgeUseRef edgeuse, ref SUEdgeRef edge);
Ejemplo n.º 2
0
 public static extern SU_RESULT SUEdgeCreate(ref SUEdgeRef edge, ref SUPoint3D start, ref SUPoint3D end);
Ejemplo n.º 3
0
 public static extern SU_RESULT SULoopIsEdgeReversed(SULoopRef loop, SUEdgeRef edge, ref bool reversed);
Ejemplo n.º 4
0
 public static extern SUEntityRef SUEdgeToEntity(SUEdgeRef edge);
Ejemplo n.º 5
0
 public static extern SUDrawingElementRef SUEdgeToDrawingElement(SUEdgeRef edge);
Ejemplo n.º 6
0
 public static extern SU_RESULT SUEdgeGetLengthWithTransform(SUEdgeRef edge, ref SUTransformation transform, ref double length);
Ejemplo n.º 7
0
 public static extern SU_RESULT SUEdgeSetColor(SUEdgeRef edge, ref SUColor color);
Ejemplo n.º 8
0
 public static extern SU_RESULT SUEdgeGetNumFaces(SUEdgeRef edge, ref size_t count);
Ejemplo n.º 9
0
 public static extern SU_RESULT SUEdgeGetFaces(SUEdgeRef edge, size_t len, SUFaceRef[] faces, ref size_t count);
Ejemplo n.º 10
0
 public static extern SU_RESULT SUEdgeGetSmooth(SUEdgeRef edge, ref bool smooth_flag);
Ejemplo n.º 11
0
 public static extern SU_RESULT SUEdgeGetSoft(SUEdgeRef edge, ref bool soft_flag);
Ejemplo n.º 12
0
 public static extern SU_RESULT SUEdgeGetEndVertex(SUEdgeRef edge, ref SUVertexRef vertex);
Ejemplo n.º 13
0
 public static extern SU_RESULT SUEdgeGetCurve(SUEdgeRef edge, ref SUCurveRef curve);
Ejemplo n.º 14
0
 public static extern SU_RESULT SUEdgeRelease(ref SUEdgeRef edge);