| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcProperty> |
IfcPropertySet.hasProperties |
private SET<IfcProperty> |
IfcRelOverridesProperties.overridingProperties |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcProperty> |
IfcPropertySet.getHasProperties() |
SET<IfcProperty> |
IfcRelOverridesProperties.getOverridingProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPropertySet.addProperty(IfcProperty property) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPropertySet.setHasProperties(SET<IfcProperty> hasProperties) |
void |
IfcRelOverridesProperties.setOverridingProperties(SET<IfcProperty> overridingProperties) |
| 构造器和说明 |
|---|
IfcPropertySet(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
SET<IfcProperty> hasProperties) |
IfcRelOverridesProperties(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcObject relatedObject,
IfcPropertySetDefinition relatingPropertyDefinition,
SET<IfcProperty> overridingProperties) |
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcProperty> |
IfcApprovalPropertyRelationship.approvedProperties |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcProperty> |
IfcApprovalPropertyRelationship.getApprovedProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcApprovalPropertyRelationship.setApprovedProperties(SET<IfcProperty> approvedProperties) |
| 构造器和说明 |
|---|
IfcApprovalPropertyRelationship(SET<IfcProperty> approvedProperties,
IfcApproval approval) |
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcProperty> |
IfcPropertyConstraintRelationship.relatedProperties |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcProperty> |
IfcPropertyConstraintRelationship.getRelatedProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPropertyConstraintRelationship.setRelatedProperties(SET<IfcProperty> relatedProperties) |
| 构造器和说明 |
|---|
IfcPropertyConstraintRelationship(IfcConstraint relatingConstraint,
SET<IfcProperty> relatedProperties,
IfcLabel name,
IfcText description) |
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcProperty> |
IfcExtendedMaterialProperties.extendedProperties |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcProperty> |
IfcExtendedMaterialProperties.getExtendedProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcExtendedMaterialProperties.setExtendedProperties(SET<IfcProperty> extendedProperties) |
| 构造器和说明 |
|---|
IfcExtendedMaterialProperties(IfcMaterial material,
SET<IfcProperty> extendedProperties,
IfcText description,
IfcLabel name) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IfcComplexProperty
This IfcComplexProperty is used to define complex properties to be handled completely within a property set.
|
class |
IfcPropertyBoundedValue
A property with a bounded value (IfcPropertyBoundedValue) defines a property object which has a maximum of two
(numeric or descriptive) values assigned, the first value specifying the upper bound and the second value specifying
the lower bound.
|
class |
IfcPropertyEnumeratedValue
A property with an enumerated value (IfcPropertyEnumeratedValue) defines a property object which has a value
assigned which is chosen from an enumeration.
|
class |
IfcPropertyListValue
An IfcPropertyListValue defines a property that has several (numeric or descriptive) values assigned, these values
are given by an ordered list.
|
class |
IfcPropertyReferenceValue
The IfcPropertyReferenceValue allows a property value to be given by referencing other entities within the resource
definitions of IFC.
|
class |
IfcPropertySingleValue
A property with a single value (IfcPropertySingleValue) defines a property object which has a single
(numeric or descriptive) value assigned.
|
class |
IfcPropertyTableValue
A property with a range value (IfcPropertyTableValue) defines a property object which has two lists of (numeric or
descriptive) values assigned, the values specifying a table with two columns.
|
class |
IfcSimpleProperty
A generalization of a single property object.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcProperty |
IfcPropertyDependencyRelationship.dependantProperty |
private IfcProperty |
IfcPropertyDependencyRelationship.dependingProperty |
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcProperty> |
IfcComplexProperty.hasProperties |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcProperty |
IfcPropertyDependencyRelationship.getDependantProperty() |
IfcProperty |
IfcPropertyDependencyRelationship.getDependingProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcProperty> |
IfcComplexProperty.getHasProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcPropertyDependencyRelationship.setDependantProperty(IfcProperty dependantProperty) |
void |
IfcPropertyDependencyRelationship.setDependingProperty(IfcProperty dependingProperty) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IfcComplexProperty.setHasProperties(SET<IfcProperty> hasProperties) |
| 构造器和说明 |
|---|
IfcPropertyDependencyRelationship(IfcProperty dependingProperty,
IfcProperty dependantProperty,
IfcLabel name,
IfcText description,
IfcText expression) |
| 构造器和说明 |
|---|
IfcComplexProperty(IfcIdentifier name,
IfcText description,
IfcIdentifier usageName,
SET<IfcProperty> hasProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcProperty |
IfcPropertyFactory.create(IOrder<IfcProperty> order) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcProperty |
IfcPropertyFactory.create(IOrder<IfcProperty> order) |
Copyright © 2023. All rights reserved.