VS:WallPeak/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:50, 12 August 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

壁の上部に頂点を追加します。

PROCEDURE WallPeak(
alongDistance :REAL)Coordinate); heightDistance:REAL (Coordinate));
def vs.WallPeak(alongDistance, heightDistance):
    return None

Parameters

alongDistance REAL (Coordinate) 壁の始点からの距離
heightDistance REAL (Coordinate) 頂点の高さ

Example

SetZVal(0',8');
Wall(0,0,7,0);
WallPeak(3'-6",9'-0");
{creates a 9' wall peak 3'-6" from the start point of the wall}

Version

利用可能バージョン: MiniCAD4.0