BrepEntityGetMassProperties Method
|
Provides the mass properties for the entity.
The mass properties are returned as an instance of MassProperties
class. The mass properties are applicable for those entities, that
represent topology objects having the volume property.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public MassProperties GetMassProperties()
Public Function GetMassProperties As MassProperties
public:
MassProperties GetMassProperties()
member GetMassProperties : unit -> MassProperties
Return Value
MassProperties
MassProperties instance containing mass properties of the
entity.
See Also