Advanced feature tools.
更多...
|
TopoShape^ | ExtrudedBoss (TopoShape^ initShape, TopoShape^ profile, Real height, Real angle) |
|
TopoShape^ | ExtrudedCut (TopoShape^ initShape, TopoShape^ profile, Real height, Real angle) |
|
TopoShape^ | MakePipeTShape (Real r1, Real w1, Real l1, Real r2, Real w2, Real l2) |
|
TopoShape^ | MakeSweep (TopoShape^ profile, TopoShape^ path, FloatList^ evolutionS, bool bSolid) |
|
TopoShape^ | MakeSweep (TopoShape^ profile, TopoShape^ path, TopoShape^ evolutionSpline, bool bSolid) |
|
TopoShape^ | MakeEvolved (TopoShape^ profile, TopoShape^ path, int joinType, bool bSolid) |
|
TopoShape^ | MakeConstrainedFillingFace (TopoShape^ wire) |
|
TopoShape^ | MakeConstrainedFillingFace (TopoShapeGroup^ edges, TopoShape^ boundaryWire) |
|
Advanced feature tools.
TODO:
Add material on a solid by extruding a profile along the normal to its plane..
- 参数
-
initShape | you want to add material on. It must be a solid or a compound made of a single solid. |
profile | It must be a closed edge or wire and it must be planar. |
height | of extrusion. It is calculated from the base profile along the normal to its plane. |
angle | in degrees. |
- 返回
- the common shape.
Remove material on a solid by extruding a profile along the normal to its plane..
- 参数
-
initShape | you want to add material on. It must be a solid or a compound made of a single solid. |
profile | It must be a closed edge or wire and it must be planar. |
height | of extrusion. It is calculated from the base profile along the normal to its plane. |
angle | in degrees. |
- 返回
- the common shape.
TopoShape ^ AnyCAD::Platform::AdvFeatureTools::MakeConstrainedFillingFace |
( |
TopoShape^ |
wire | ) |
|
Make Constrained Filling Face.
- 参数
-
wire | the the boundary loop of the face. |
- 返回
- the face.
Make Constrained Filling Face.
- 参数
-
edges | the constrained edges. |
boundaryWire | the boundary loop of the face. |
- 返回
- the face.
Make evolved shape.
- 参数
-
profile | the section |
path | the path. |
joinType | 0:Arc, 1:Tangent 2:Intersection. |
bSolid | true to make solid or shell/face. |
- 返回
- the shape.
TopoShape ^ AnyCAD::Platform::AdvFeatureTools::MakePipeTShape |
( |
Real |
r1, |
|
|
Real |
w1, |
|
|
Real |
l1, |
|
|
Real |
r2, |
|
|
Real |
w2, |
|
|
Real |
l2 |
|
) |
| |
Create a T-Shape based on pipes
- 参数
-
r1 | - the internal radius of main pipe |
w1 | - the thickness of main pipe |
l1 | - the half-length of main pipe |
r2 | - the internal radius of incident pipe |
w2 | - the thickness of incident pipe |
l2 | - the half-length of main pipe |
- 返回
- the resulting shape.
Make the profile sweeping along the path with "S" evolution.
- 参数
-
profile | the section |
path | the sweeping path. |
evolutionS | the "S" parameters. the size should be 4 or 6. |
bSolid | true to make solid or shell/face. |
- 返回
- the shape.
Make the profile sweeping along the path with the evolution controlled by spline.
- 参数
-
profile | the section |
path | the sweeping path. |
evolutionSpline | the evolution spline, should be 2d BSpline. |
bSolid | true to make solid or shell/face. |
- 返回
- the shape.
该类的文档由以下文件生成: