@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcLine extends IfcCurve
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcVector |
dir |
private IfcCartesianPoint |
pnt |
stepNumber| 构造器和说明 |
|---|
IfcLine(IfcCartesianPoint pnt,
IfcVector dir) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcVector |
getDir() |
IfcCartesianPoint |
getPnt() |
void |
setDir(IfcVector dir) |
void |
setPnt(IfcCartesianPoint pnt) |
getLayerAssignments, getStyledByItem, setLayerAssignments, setStyledByItemcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcCartesianPoint pnt
private IfcVector dir
@IfcParserConstructor public IfcLine(IfcCartesianPoint pnt, IfcVector dir)
public IfcCartesianPoint getPnt()
public void setPnt(IfcCartesianPoint pnt)
public IfcVector getDir()
public void setDir(IfcVector dir)
Copyright © 2023. All rights reserved.