SurfaceBooleanIntersect(Solid3d)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual Entity[] BooleanIntersect(
Solid3d solid
)
Public Overridable Function BooleanIntersect (
solid As Solid3d
) As Entity()
public:
virtual array<Entity^>^ BooleanIntersect(
Solid3d^ solid
)
abstract BooleanIntersect :
solid : Solid3d -> Entity[]
override BooleanIntersect :
solid : Solid3d -> Entity[]
Parameters
- solid Solid3d
-
Return Value
Entity
See Also