Gets the 3d solid body of the part.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Solid3d Solid3dBody { get; } |
Visual Basic |
---|
Public ReadOnly Property Solid3dBody As Solid3d Get |
Visual C++ |
---|
public: property Solid3d^ Solid3dBody { Solid3d^ get (); } |