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, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic 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)