「Vla-put-plotorigin」の版間の差分
(ページの作成:「{{AutoLISP}} ; 構文 : (vla-put-plotorigin ''vla-object'' ''PlotOrigin'') ; 機能 : UCS、ブロック、印刷、またはラスター イメージの原点を WCS...」) |
細編集の要約なし |
||
38行目: | 38行目: | ||
----- | ----- | ||
関連事項 | 関連事項 | ||
<div class="mcol3"> | |||
* [[vlax-get-acad-object]] | * [[vlax-get-acad-object]] | ||
* [[vla-get-activedocument]] | * [[vla-get-activedocument]] | ||
67行目: | 68行目: | ||
* [[vla-put-usestandardscale]] | * [[vla-put-usestandardscale]] | ||
* [[vla-put-windowstate]] | * [[vla-put-windowstate]] | ||
</div> | |||
[[Category:AutoLISP]] | [[Category:AutoLISP]] |
2013年3月22日 (金) 09:40時点における版
- 構文
- (vla-put-plotorigin vla-object PlotOrigin)
- 機能
- UCS、ブロック、印刷、またはラスター イメージの原点を WCS 座標で指定する。
- 引数
-
- vla-object … VLAオブジェクト
- PlotOrigin … XY座標値のバリアント型(2 要素の倍精度浮動小数点数型配列)
- 戻り値
- バリアント値
- サンプル
(setq *ActDoc* (vla-get-ActiveDocument (vlax-get-Acad-Object))) (setq *actlay* (vla-get-ActiveLayout *actdoc*)) (setq Config (vla-get-Configname *actlay*) StlSht (vla-get-StyleSheet *actlay*) CanMed (vla-get-CanonicalMediaName *actlay*) CnPlot (vla-get-CenterPlot *actlay*) PUnits (vla-get-PaperUnits *actlay*) PHiddn (vla-get-PlotHidden *actlay*) PltRot (vla-get-PlotRotation *actlay*) PltTyp (vla-get-PlotType *actlay*) PltOri (vla-get-PlotOrigin *actlay*) PltWSt (vla-get-PlotWithPlotStyles *actlay*) SclLwt (vla-get-ScaleLineweights *actlay*) StdScl (vla-get-UseStandardScale *actlay*))
関連事項
- vlax-get-acad-object
- vla-get-activedocument
- vla-get-activelayout
- vla-get-configname
- vla-get-stylesheet
- vla-get-canonicalmedianame
- vla-get-centerplot
- vla-get-paperunits
- vla-get-plothidden
- vla-get-plotrotation
- vla-get-plottype
- vla-get-plotorigin
- vla-get-plotwithplotstyles
- vla-get-scalelineweights
- vla-get-usestandardscale
- vla-get-windowstate
- vla-put-configname
- vla-put-stylesheet
- vla-put-canonicalmedianame
- vla-put-centerplot
- vla-put-paperunits
- vla-put-plothidden
- vla-put-plotrotation
- vla-put-plottype
- vla-put-plotorigin
- vla-put-plotwithplotstyles
- vla-put-scalelineweights
- vla-put-usestandardscale
- vla-put-windowstate