ShapeCollectionAddDrawComponent メソッド |
作図部品を追加します。
名前空間:
RootPro.RootProCAD
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract DrawComponentShape AddDrawComponent(
MasterDrawComponent master,
Point2d point,
double scaleX,
double scaleY,
double angle,
bool emptyLayer
)
Public MustOverride Function AddDrawComponent (
master As MasterDrawComponent,
point As Point2d,
scaleX As Double,
scaleY As Double,
angle As Double,
emptyLayer As Boolean
) As DrawComponentShape
パラメーター
- master
- 型: RootPro.RootProCADMasterDrawComponent
作図部品定義を表す MasterDrawComponent - point
- 型: RootPro.RootProCAD.GeometryPoint2d
配置点の座標を表す Point2d - scaleX
- 型: SystemDouble
X 方向の倍率を示す値。 - scaleY
- 型: SystemDouble
Y 方向の倍率を示す値。 - angle
- 型: SystemDouble
配置角度 (Degree) - emptyLayer
- 型: SystemBoolean
レイヤなしかを示す値。レイヤなしの場合は true。それ以外の場合は false。
戻り値
型:
DrawComponentShape作図部品を表す
DrawComponentShape関連項目