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