|
static TopoShape | ProjectOnPlane (TopoShape curve, GPnt planePosition, GDir planeDir, GDir projDir, boolean keepParams) |
|
static TopoShape | ProjectOnPlane (TopoShape curve, GPnt planePosition, GDir planeDir, GDir projDir) |
|
static TopoShape | ProjectOnPlaneByDirection (TopoShape curve, GPnt planePosition, GDir planeDir, GDir projDir, boolean keepParams) |
|
static TopoShape | ProjectOnPlane (TopoShape curve, GPnt planePosition, GDir planeDir) |
|
static TopoShape | ProjectOnPlaneByPlane (TopoShape curve, GPnt planePosition, GDir planeDir) |
|
static TopoShape | ProjectOnPlane (TopoShape curve, GPln plane) |
|
static TopoShape | ProjectOnSurface (TopoShape curve, TopoShape surface, boolean faceBoundaries) |
|
static TopoShape | ProjectOnSurface (TopoShape curve, TopoShape surface) |
|
static TopoShape | ProjectCurveOnFace (TopoShape curve, TopoShape surface, boolean faceBoundaries) |
|
static ProjSurfaceResult | ProjectOnSurface (GPnt point, TopoShape surface, double tolerance) |
|
static ProjSurfaceResult | ProjectPointOnFace (GPnt point, TopoShape surface, double tolerance) |
|
static ProjCurveResult | ProjectOnCurve (GPnt point, TopoShape curve, double tolerance) |
|
static ProjCurveResult | ProjectPointOnCurve (GPnt point, TopoShape curve, double tolerance) |
|
static TopoShape | ProjectOnShape (TopoShape wire, TopoShape shape, GDir dir) |
|
static TopoShape | ProjectWireByCylindrical (TopoShape wire, TopoShape shape, GDir dir) |
|
static TopoShape | ProjectOnShape (TopoShape wire, TopoShape shape, GPnt pt) |
|
static TopoShape | ProjectWireByConical (TopoShape wire, TopoShape shape, GPnt pt) |
|