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() |
boolean |
getSenseAgreement() |
IfcCollection<IfcTrimmingSelect> |
getTrim1() |
IfcCollection<IfcTrimmingSelect> |
getTrim2() |
void |
setBasisCurve(IfcCurve value) |
void |
setMasterRepresentation(IfcTrimmingPreference value) |
void |
setSenseAgreement(boolean value) |
void |
setTrim1(IfcCollection<IfcTrimmingSelect> value) |
void |
setTrim2(IfcCollection<IfcTrimmingSelect> value) |
getLayerAssignments, 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 boolean getSenseAgreement()
public final void setSenseAgreement(boolean value)
public final IfcTrimmingPreference getMasterRepresentation()
public final void setMasterRepresentation(IfcTrimmingPreference value)