Class Ifc4x3_rc1::IfcPointOnSurface

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

Class Documentation

class Ifc4x3_rc1::IfcPointOnSurface : public Ifc4x3_rc1::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

::Ifc4x3_rc1::IfcSurface *BasisSurface() const

The surface to which the parameter values relate.

void setBasisSurface(::Ifc4x3_rc1::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)
const IfcParse::entity &declaration() const
IfcPointOnSurface(IfcEntityInstanceData *e)
IfcPointOnSurface(::Ifc4x3_rc1::IfcSurface *v1_BasisSurface, double v2_PointParameterU, double v3_PointParameterV)

Public Static Functions

const IfcParse::entity &Class()