public class LoftedBody extends CSGEntity
CSGEntity
类
放样路径上放样点数不小于2。
构造器和说明 |
---|
LoftedBody()
构造一个新的 LoftedBody 对象。
|
LoftedBody(CSGProfile profile,
Point3Ds loftPath)
根据给定的截面和放样路径,构造一个新的LoftedBody 对象。
|
LoftedBody(LoftedBody loftedBodyEntity)
根据给定的 LoftedBody 对象构造一个与其完全相同的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
Point3Ds |
getLoftPath()
返回放样体的放样路径。
|
CSGProfile |
getProfile()
返回放样体的截面信息。
|
void |
setLoftPath(Point3Ds loftPath)
设置放样体的放样路径。
|
void |
SetProfile(CSGProfile profile)
设置放样体的截面信息。
|
public LoftedBody()
public LoftedBody(LoftedBody loftedBodyEntity)
loftedBodyEntity
- 指定的旋转拉伸体几何对象。public LoftedBody(CSGProfile profile, Point3Ds loftPath)
profile
- 放样体的截面信息。loftPath
- 放样体的放样路径。public CSGProfile getProfile()
public void SetProfile(CSGProfile profile)
profile
- 放样体的截面信息。public Point3Ds getLoftPath()
public void setLoftPath(Point3Ds loftPath)
loftPath
- 放样路径。public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 CSGEntity
Copyright © 2021–2024 SuperMap. All rights reserved.