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