public class SectionLoftedBody extends CSGEntity
CSGEntity
类
截面数量不小于2。
构造器和说明 |
---|
SectionLoftedBody()
构造一个新的 SectionLoftedBody 对象。
|
SectionLoftedBody(ArrayList<CSGProfile> profiles)
根据给定的截面,构造一个新的SectionLoftedBody 对象。
|
SectionLoftedBody(SectionLoftedBody sectionLoftedBody)
根据给定的 sectionLoftedBody 对象构造一个与其完全相同的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
ArrayList<CSGProfile> |
getProfiles()
返回多截面放样体的截面信息。
|
void |
setProfiles(ArrayList<CSGProfile> profiles)
设置多截面放样体的截面信息。
|
public SectionLoftedBody()
public SectionLoftedBody(SectionLoftedBody sectionLoftedBody)
sectionLoftedBody
- 指定的多截面放样体几何对象。public SectionLoftedBody(ArrayList<CSGProfile> profiles)
profiles
- 多截面放样体的截面信息。public ArrayList<CSGProfile> getProfiles()
public void setProfiles(ArrayList<CSGProfile> profiles)
profiles
- 多截面放样体的截面信息。public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 CSGEntity
Copyright © 2021–2024 SuperMap. All rights reserved.