Solid3dCreateExtrudedSolid(Entity,
Vector3d, SweepOptions) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void CreateExtrudedSolid(
Entity sweepEntity,
Vector3d directionVector,
SweepOptions sweepOptions
)
Public Overridable Sub CreateExtrudedSolid (
sweepEntity As Entity,
directionVector As Vector3d,
sweepOptions As SweepOptions
)
public:
virtual void CreateExtrudedSolid(
Entity^ sweepEntity,
Vector3d directionVector,
SweepOptions^ sweepOptions
)
abstract CreateExtrudedSolid :
sweepEntity : Entity *
directionVector : Vector3d *
sweepOptions : SweepOptions -> unit
override CreateExtrudedSolid :
sweepEntity : Entity *
directionVector : Vector3d *
sweepOptions : SweepOptions -> unit
Parameters
- sweepEntity Entity
-
- directionVector Vector3d
-
- sweepOptions SweepOptions
-
See Also