Interface IIfcProductDefinitionShape
Readonly interface for IfcProductDefinitionShape
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcProductDefinitionShape : IIfcProductRepresentation, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
HasShapeAspects
Declaration
IEnumerable<IIfcShapeAspect> HasShapeAspects { get; }
Property Value
|
Improve this Doc
View Source
ShapeOfProduct
Declaration
IEnumerable<IIfcProduct> ShapeOfProduct { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcProduct> |
|