public class IfcRepresentationFactory extends AbstractFactory<IfcRepresentation>
| 限定符和类型 | 字段和说明 |
|---|---|
private double |
DEFAULT_TRUE_NORTH_X |
private double |
DEFAULT_TRUE_NORTH_Y |
| 构造器和说明 |
|---|
IfcRepresentationFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcRepresentation |
create(IOrder<IfcRepresentation> order) |
IfcCartesianPoint |
createCartesianPoint(double x,
double y,
double z)
create presentation item
|
IfcDirection |
createDefaultTrueNorthDirection()
create default representation
|
IfcAxis2Placement3D |
createDefaultWorldCoordinateSystem() |
IfcDirection |
createDirection(double x,
double y) |
IfcGeometricRepresentationContext |
createGeometricRepresentationContext() |
IfcGeometricRepresentationSubContext |
createGeometricRepresentationSubContext(IfcGeometricRepresentationContext parentContext,
String contextIdentifier,
String contextType,
IfcGeometricProjectionEnum targetView) |
convertAddress, convertPerson, convertRoles, createUniqueId, getOwnerHistoryprivate final double DEFAULT_TRUE_NORTH_X
private final double DEFAULT_TRUE_NORTH_Y
public IfcRepresentation create(IOrder<IfcRepresentation> order)
public IfcCartesianPoint createCartesianPoint(double x, double y, double z)
public IfcDirection createDirection(double x, double y)
public IfcDirection createDefaultTrueNorthDirection()
public IfcAxis2Placement3D createDefaultWorldCoordinateSystem()
public IfcGeometricRepresentationSubContext createGeometricRepresentationSubContext(IfcGeometricRepresentationContext parentContext, String contextIdentifier, String contextType, IfcGeometricProjectionEnum targetView)
public IfcGeometricRepresentationContext createGeometricRepresentationContext()
Copyright © 2023. All rights reserved.