返回用户文档首页
            设置向量的X, Y, Z和W坐标。
            
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic void Set(
	int _x,
	int _y,
	int _z,
	int _w
)
Parameters
- _x  Int32
 - X坐标的新值。
 - _y  Int32
 - Y坐标的新值。
 - _z  Int32
 - Z坐标的新值。
 - _w  Int32
 - W坐标的新值。
 
See Also