AnyCAD Rapid API 2025
Help you to create a better world!
|
Public 成员函数 | |
CylinderModel (GeneralComponent component) | |
void | Initialize (ParameterDict pDict, boolean bOverride) |
void | Initialize (ParameterDict pDict) |
double | GetRadius () |
double | GetRadius (double val) |
void | SetRadius (double val) |
double | GetHeight () |
double | GetHeight (double val) |
void | SetHeight (double val) |
void | CopyFrom (ParameterDict dict) |
void | CopyTo (ParameterDict dict) |
![]() | |
PrimitiveModel (GeneralComponent component) | |
![]() | |
ShapeModel (GeneralComponent component) | |
TransformComponent | GetTransform () |
GPnt | GetLocation () |
void | SetLocation (GPnt loc) |
void | SetLocationX (double x) |
double | GetLocationX () |
void | SetLocationY (double y) |
double | GetLocationY () |
void | SetLocationZ (double z) |
double | GetLocationZ () |
GXYZ | GetRotation () |
void | SetRotation (GXYZ angles) |
void | SetRotationX (double x) |
double | GetRotationX () |
void | SetRotationY (double y) |
double | GetRotationY () |
void | SetRotationZ (double z) |
double | GetRotationZ () |
void | SetDirection (GDir dir) |
GDir | GetDirection () |
void | SetColor (Vector3 clr) |
Vector3 | GetColor () |
void | SetTransform (GTrsf trf) |
GTrsf | GetTransfrom () |
![]() | |
PropertiesModel (GeneralComponent component) | |
void | InitializeComponent (boolean bOverried) |
void | InitializeComponent () |
boolean | Load (Document pDoc, ObjectId id) |
ObjectId | GetEntityId () |
静态 Public 成员函数 | |
static String | Radius () |
static String | Height () |
static CylinderModel | Create (String name, double radius, double height, GPnt location, GDir dir) |
static CylinderModel | Create (String name, double radius, double height, GPnt location) |
![]() | |
static String | Location () |
static String | LocationX () |
static String | LocationY () |
static String | LocationZ () |
static String | Rotation () |
static String | RotationX () |
static String | RotationY () |
static String | RotationZ () |
static String | Direction () |
static String | DirectionX () |
static String | DirectionY () |
static String | DirectionZ () |
![]() | |
static String | Name () |
添加圆柱对象
void CylinderModel.CopyFrom | ( | ParameterDict | dict | ) |
void CylinderModel.CopyTo | ( | ParameterDict | dict | ) |
|
static |
添加圆柱对象
|
static |
添加圆柱对象
void CylinderModel.Initialize | ( | ParameterDict | pDict | ) |
void CylinderModel.Initialize | ( | ParameterDict | pDict, |
boolean | bOverride ) |