| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcKnotType> |
IfcKnotType.VALUES
A public read-only list of all the 'Ifc Knot Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcKnotType |
IfcKnotType.get(int value)
Returns the 'Ifc Knot Type' literal with the specified integer value.
|
static IfcKnotType |
IfcKnotType.get(String literal)
Returns the 'Ifc Knot Type' literal with the specified literal value.
|
static IfcKnotType |
IfcKnotType.getByName(String name)
Returns the 'Ifc Knot Type' literal with the specified name.
|
IfcKnotType |
IfcBSplineCurveWithKnots.getKnotSpec()
Returns the value of the 'Knot Spec' attribute.
|
IfcKnotType |
IfcBSplineSurfaceWithKnots.getKnotSpec()
Returns the value of the 'Knot Spec' attribute.
|
static IfcKnotType |
IfcKnotType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcKnotType[] |
IfcKnotType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcBSplineCurveWithKnots.setKnotSpec(IfcKnotType value)
Sets the value of the '
Knot Spec' attribute. |
void |
IfcBSplineSurfaceWithKnots.setKnotSpec(IfcKnotType value)
Sets the value of the '
Knot Spec' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcKnotType |
Ifc4FactoryImpl.createIfcKnotTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcKnotType |
IfcBSplineCurveWithKnotsImpl.getKnotSpec() |
IfcKnotType |
IfcBSplineSurfaceWithKnotsImpl.getKnotSpec() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcBSplineCurveWithKnotsImpl.setKnotSpec(IfcKnotType newKnotSpec) |
void |
IfcBSplineSurfaceWithKnotsImpl.setKnotSpec(IfcKnotType newKnotSpec) |
Copyright © 2016 OpenSource BIM. All rights reserved.