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.7 (2025.0.9.7)
Syntax
C#
public class CoordinateSystem

The CoordinateSystem type exposes the following members.

Constructors
 NameDescription
Public methodCoordinateSystem 定义一个默认坐标系
Public methodCoordinateSystem(CoordinateSystem)Initializes a new instance of the CoordinateSystem class
Public methodCoordinateSystem(Mat43)Initializes a new instance of the CoordinateSystem class
Public methodCoordinateSystem(Vec3, Vec3, Vec3)Initializes a new instance of the CoordinateSystem class
Top
Properties
 NameDescription
Public propertyAxisX 
Public propertyAxisY 
Public propertyAxisZ 
Public propertyMatrix 
Public propertyOrigin 
Top
See Also