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