Class Ifc4::IfcPointOnSurface¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcPoint
(Class Ifc4::IfcPoint)
Class Documentation¶
-
class
Ifc4
::
IfcPointOnSurface
: public Ifc4::IfcPoint¶ Definition from ISO/CD 10303-42:1992: A point on surface is a point which lies on a parametric surface. The point is determined by evaluating the surface at a particular pair of parameter values.
NOTE: Corresponding ISO 10303 entity: point_on_surface. Please refer to ISO/IS 10303-42:1994, p. 24 for the final definition of the formal standard.
HISTORY: New entity in Release IFC2x Edition 2.
Informal Propositions:
The parametric values specified for u and v shall not be outside the parametric range of the basis surface.
Public Types
-
typedef IfcTemplatedEntityList<IfcPointOnSurface>
list
¶
Public Functions
-
::Ifc4::IfcSurface *
BasisSurface
() const¶ The surface to which the parameter values relate.
-
void
setBasisSurface
(::Ifc4::IfcSurface *v)¶
-
double
PointParameterU
() const¶ The first parameter value of the point location.
-
void
setPointParameterU
(double v)¶
-
double
PointParameterV
() const¶ The second parameter value of the point location.
-
void
setPointParameterV
(double v)¶
-
IfcPointOnSurface
(IfcEntityInstanceData *e)¶
-
IfcPointOnSurface
(::Ifc4::IfcSurface *v1_BasisSurface, double v2_PointParameterU, double v3_PointParameterV)¶
-
typedef IfcTemplatedEntityList<IfcPointOnSurface>