ISOGeometricObjects function

ISOGeometricObjects

ISOGeometricObjects

ISOGeometricObjects

ISOGeometricObjects class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO GeometricObjects

Examples

md <- ISOGeometricObjects$new() md$setGeometricObjectType("surface") md$setGeometricObjectCount(5L) xml <- md$encode()

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOGeometricObjects

Public fields

  • geometricObjectType: geometricObjectType

  • geometricObjectCount: geometricObjectCount

Methods

Public methods

Method new()

Initializes object

Usage

ISOGeometricObjects$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setGeometricObjectType()

Set geometric object type

Usage

ISOGeometricObjects$setGeometricObjectType(geometricObjectType)

Arguments

  • geometricObjectType: object of class ISOGeometricObjectType or any character

     among values returned by `ISOGeometricObjectType$values()`
    

Method setGeometricObjectCount()

Set geometric object count

Usage

ISOGeometricObjects$setGeometricObjectCount(geometricObjectCount)

Arguments

  • geometricObjectCount: object of class integer

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOGeometricObjects$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29