Click or drag to resize

CoordinateSystem Class

返回用户文档首页
表示一个坐标系
Inheritance Hierarchy
SystemObject
  LoongCAD.Geometry.FriendlyCoordinateSystem

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public class CoordinateSystem

The CoordinateSystem type exposes the following members.

Constructors
 NameDescription
Public methodCoordinateSystem 定义一个默认坐标系
Public methodCoordinateSystem(CoordinateSystem) 拷贝一个坐标系
Public methodCoordinateSystem(Mat43) 定义一个坐标系
Public methodCoordinateSystem(Point, Vector, Vector) 定义一个坐标系
Public methodCoordinateSystem(Vec3, Vec3, Vec3) 定义一个坐标系
Top
Properties
 NameDescription
Public propertyAxisX 坐标系X轴向量
Public propertyAxisY 坐标系Y轴向量
Public propertyAxisZ 坐标系Z轴向量
Public propertyOrigin 坐标系原点
Top
See Also