Interface IIfcPointOnSurface
Readonly interface for IfcPointOnSurface
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcPointOnSurface : IIfcPoint, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IIfcGeometricSetSelect, IfcPointOrVertexPoint, IIfcPointOrVertexPoint, 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