Interface IIfcSurfaceCurve
Readonly interface for IfcSurfaceCurve
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSurfaceCurve : IIfcCurve, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcCurveOnSurface, IIfcCurveOnSurface, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AssociatedGeometry
Declaration
IItemSet<IIfcPcurve> AssociatedGeometry { get; }
Property Value
|
Improve this Doc
View Source
BasisSurface
Declaration
List<IfcSurface> BasisSurface { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IfcSurface> |
|
|
Improve this Doc
View Source
Curve3D
Declaration
IIfcCurve Curve3D { get; set; }
Property Value
|
Improve this Doc
View Source
MasterRepresentation
Declaration
IfcPreferredSurfaceCurveRepresentation MasterRepresentation { get; set; }
Property Value