Interface IIfcProduct
Readonly interface for IfcProduct
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcProduct : IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
IsContainedIn
Returns the spatial structural elements that this product is in
Declaration
IIfcSpatialElement IsContainedIn { get; }
Property Value
|
Improve this Doc
View Source
ObjectPlacement
Declaration
IIfcObjectPlacement ObjectPlacement { get; set; }
Property Value
|
Improve this Doc
View Source
ReferencedBy
Declaration
IEnumerable<IIfcRelAssignsToProduct> ReferencedBy { get; }
Property Value
|
Improve this Doc
View Source
Representation
Declaration
IIfcProductRepresentation Representation { get; set; }
Property Value