IBRepGeometry_DG Interface
Gives access to BRep type of geometry. Such geometries are created in various ways. One of them is via a call to IModel_DG.AddNewEntity2("BRep").
Another: IEntity_DG.SetGeometryType("BRep"). In these and other situation is is normally needed to query (cast) IBRepGeometry_DG
from the general IGeometry_DG interface.
Implements also: IGeometry_DG.
Properties
- IBRepShape_DG Shape
Methods
- CreateShape
- Clear
IBRepShape_DG CreateShape(ShapeType_DG type)
void Clear()
Removes (releases) BRepShape attached to this BRepGeometry
|