Description
This .NET class loosely wraps the CRectangle3d ObjectARX class.
This class provides a container for the points that define a 3D rectangle.
C#
public struct Rectangle3d { }
Visual Basic
Public Structure Rectangle3d End Structure
This .NET class loosely wraps the CRectangle3d ObjectARX class.
This class provides a container for the points that define a 3D rectangle.
public struct Rectangle3d { }
Public Structure Rectangle3d End Structure