| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl | |
| org.bimserver.models.ifc4.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IfcBoundaryCurve
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcBSplineCurve
A representation of the model object 'Ifc BSpline Curve'.
|
interface |
IfcBSplineCurveWithKnots
A representation of the model object 'Ifc BSpline Curve With Knots'.
|
interface |
IfcCompositeCurve
A representation of the model object 'Ifc Composite Curve'.
|
interface |
IfcCompositeCurveOnSurface
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcIndexedPolyCurve
A representation of the model object 'Ifc Indexed Poly Curve'.
|
interface |
IfcOuterBoundaryCurve
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
IfcPolyline
A representation of the model object 'Ifc Polyline'.
|
interface |
IfcRationalBSplineCurveWithKnots
A representation of the model object 'Ifc Rational BSpline Curve With Knots'.
|
interface |
IfcTrimmedCurve
A representation of the model object 'Ifc Trimmed Curve'.
|
| Modifier and Type | Method and Description |
|---|---|
IfcBoundedCurve |
Ifc4Factory.createIfcBoundedCurve()
Returns a new object of class 'Ifc Bounded Curve'.
|
IfcBoundedCurve |
IfcArbitraryOpenProfileDef.getCurve()
Returns the value of the 'Curve' reference.
|
IfcBoundedCurve |
IfcPolygonalBoundedHalfSpace.getPolygonalBoundary()
Returns the value of the 'Polygonal Boundary' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcArbitraryOpenProfileDef.setCurve(IfcBoundedCurve value)
Sets the value of the '
Curve' reference. |
void |
IfcPolygonalBoundedHalfSpace.setPolygonalBoundary(IfcBoundedCurve value)
Sets the value of the '
Polygonal Boundary' reference. |
| Modifier and Type | Method and Description |
|---|---|
IfcBoundedCurve |
Ifc4FactoryImpl.createIfcBoundedCurve() |
IfcBoundedCurve |
IfcArbitraryOpenProfileDefImpl.getCurve() |
IfcBoundedCurve |
IfcPolygonalBoundedHalfSpaceImpl.getPolygonalBoundary() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcArbitraryOpenProfileDefImpl.setCurve(IfcBoundedCurve newCurve) |
void |
IfcPolygonalBoundedHalfSpaceImpl.setPolygonalBoundary(IfcBoundedCurve newPolygonalBoundary) |
| Modifier and Type | Method and Description |
|---|---|
T |
Ifc4Switch.caseIfcBoundedCurve(IfcBoundedCurve object)
Returns the result of interpreting the object as an instance of 'Ifc Bounded Curve'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.