public class IfcTrimmedCurve extends IfcBoundedCurve implements com.aspose.cad_internal.fileformats.ifc.IIfcTrimmedCurve
Constructor and Description |
---|
IfcTrimmedCurve() |
Modifier and Type | Method and Description |
---|---|
IfcCurve |
getBasisCurve() |
IfcTrimmingPreference |
getMasterRepresentation() |
IfcBoolean |
getSenseAgreement() |
IfcCollection<IfcTrimmingSelect> |
getTrim1() |
IfcCollection<IfcTrimmingSelect> |
getTrim2() |
void |
setBasisCurve(IfcCurve value) |
void |
setMasterRepresentation(IfcTrimmingPreference value) |
void |
setSenseAgreement(IfcBoolean value) |
void |
setTrim1(IfcCollection<IfcTrimmingSelect> value) |
void |
setTrim2(IfcCollection<IfcTrimmingSelect> value) |
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCurve getBasisCurve()
public final void setBasisCurve(IfcCurve value)
public final IfcCollection<IfcTrimmingSelect> getTrim1()
public final void setTrim1(IfcCollection<IfcTrimmingSelect> value)
public final IfcCollection<IfcTrimmingSelect> getTrim2()
public final void setTrim2(IfcCollection<IfcTrimmingSelect> value)
public final IfcBoolean getSenseAgreement()
public final void setSenseAgreement(IfcBoolean value)
public final IfcTrimmingPreference getMasterRepresentation()
public final void setMasterRepresentation(IfcTrimmingPreference value)