メッセージ1/8
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
Hi guys,
what's the best way to offset a line multiple times? I'm struggling to do it ;/
for(int i = 0; i < (numberOfOffset); i++ )
{
XYZ normal = XYZ.BasisZ;
Curve newLine = LongLine.CreateOffset(2000, normal);
doc.Create.NewDetailCurve(doc.ActiveView, newLine);
}
basically i need an array of lines
Thanks in advance.
解決済! 解決策の投稿を見る。