コード例 #1
0
ファイル: edge_use.cs プロジェクト: penguin-ku/uniskpnet
 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
ファイル: loop.cs プロジェクト: penguin-ku/uniskpnet
 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);