SurfaceTrimSurface Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static void TrimSurface(
ObjectId blankSurfaceId,
ObjectIdCollection toolSurfaceIds,
ObjectIdCollection toolCurveIds,
Vector3dCollection projVectors,
Point3d pickPoint,
Vector3d viewVector,
bool bAutoExtend,
bool associativeEnabled
)
Public Shared Sub TrimSurface (
blankSurfaceId As ObjectId,
toolSurfaceIds As ObjectIdCollection,
toolCurveIds As ObjectIdCollection,
projVectors As Vector3dCollection,
pickPoint As Point3d,
viewVector As Vector3d,
bAutoExtend As Boolean,
associativeEnabled As Boolean
)
public:
static void TrimSurface(
ObjectId blankSurfaceId,
ObjectIdCollection^ toolSurfaceIds,
ObjectIdCollection^ toolCurveIds,
Vector3dCollection^ projVectors,
Point3d pickPoint,
Vector3d viewVector,
bool bAutoExtend,
bool associativeEnabled
)
static member TrimSurface :
blankSurfaceId : ObjectId *
toolSurfaceIds : ObjectIdCollection *
toolCurveIds : ObjectIdCollection *
projVectors : Vector3dCollection *
pickPoint : Point3d *
viewVector : Vector3d *
bAutoExtend : bool *
associativeEnabled : bool -> unit
Parameters
- blankSurfaceId ObjectId
-
- toolSurfaceIds ObjectIdCollection
-
- toolCurveIds ObjectIdCollection
-
- projVectors Vector3dCollection
-
- pickPoint Point3d
-
- viewVector Vector3d
-
- bAutoExtend Boolean
-
- associativeEnabled Boolean
-
See Also