Interface IIfcPointOnSurface
Readonly interface for IfcPointOnSurface
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPointOnSurface : IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BasisSurface
Declaration
IIfcSurface BasisSurface { get; set; }
Property Value
|
Improve this Doc
View Source
PointParameterU
Declaration
IfcParameterValue PointParameterU { get; set; }
Property Value
|
Improve this Doc
View Source
PointParameterV
Declaration
IfcParameterValue PointParameterV { get; set; }
Property Value