IfcLine

Inheritance: java.lang.Object, IfcCurve

All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcLine

Constructors

ConstructorDescription
IfcLine()

Methods

MethodDescription
getPnt()
setPnt(IfcCartesianPoint value)
getDir()
setDir(IfcVector value)

IfcLine()

public IfcLine()

getPnt()

public final IfcCartesianPoint getPnt()

Returns: IfcCartesianPoint

setPnt(IfcCartesianPoint value)

public final void setPnt(IfcCartesianPoint value)

getDir()

public final IfcVector getDir()

Returns: IfcVector

setDir(IfcVector value)

public final void setDir(IfcVector value)