@IfcClass(layer=CORE, type=ENTITY) public class IfcGrid extends IfcProduct
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcRelContainedInSpatialStructure> |
containedInStructure |
private LIST<IfcGridAxis> |
uAxes |
private LIST<IfcGridAxis> |
vAxes |
private LIST<IfcGridAxis> |
wAxes |
stepNumber| 构造器和说明 |
|---|
IfcGrid(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcObjectPlacement objectPlacement,
IfcProductRepresentation representation,
LIST<IfcGridAxis> uAxes,
LIST<IfcGridAxis> vAxes,
LIST<IfcGridAxis> wAxes) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcRelContainedInSpatialStructure> |
getContainedInStructure() |
LIST<IfcGridAxis> |
getUAxes() |
LIST<IfcGridAxis> |
getVAxes() |
LIST<IfcGridAxis> |
getWAxes() |
boolean |
illegal() |
void |
setContainedInStructure(SET<IfcRelContainedInSpatialStructure> containedInStructure) |
void |
setUAxes(LIST<IfcGridAxis> uAxes) |
void |
setVAxes(LIST<IfcGridAxis> vAxes) |
void |
setWAxes(LIST<IfcGridAxis> wAxes) |
getObjectPlacement, getReferencedBy, getRepresentation, setObjectPlacement, setReferencedBy, setRepresentationaddIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfcprivate LIST<IfcGridAxis> uAxes
private LIST<IfcGridAxis> vAxes
@IfcOptionField private LIST<IfcGridAxis> wAxes
@IfcInverseParameter private SET<IfcRelContainedInSpatialStructure> containedInStructure
@IfcParserConstructor public IfcGrid(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, LIST<IfcGridAxis> uAxes, LIST<IfcGridAxis> vAxes, LIST<IfcGridAxis> wAxes)
public LIST<IfcGridAxis> getUAxes()
public void setUAxes(LIST<IfcGridAxis> uAxes)
public LIST<IfcGridAxis> getVAxes()
public void setVAxes(LIST<IfcGridAxis> vAxes)
public LIST<IfcGridAxis> getWAxes()
public void setWAxes(LIST<IfcGridAxis> wAxes)
public SET<IfcRelContainedInSpatialStructure> getContainedInStructure()
public void setContainedInStructure(SET<IfcRelContainedInSpatialStructure> containedInStructure)
public boolean illegal()
illegal 在接口中 IfcInterfaceillegal 在类中 IfcAbstractClassCopyright © 2023. All rights reserved.