Click or drag to resize

Box2D Structure

返回用户文档首页
表示二维坐标系下轴对齐的包围盒
Inheritance Hierarchy
SystemObject
  SystemValueType
    LoongCAD.GeometryBox2D

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
[SerializableAttribute]
public struct Box2D

The Box2D type exposes the following members.

Constructors
 NameDescription
Public methodBox2D(Box2D)Initializes a new instance of the Box2D class
Public methodBox2D(Vec2, Vec2) 构造一个包围盒对象
Top
Properties
 NameDescription
Public propertyMax 
Public propertyMin 
Public propertyPoints 
Public propertySizeX 
Public propertySizeY 
Top
Methods
See Also