public class IfcTrimmedCurve2X3 extends IfcBoundedCurve2X3 implements com.aspose.cad_internal.fileformats.ifc.IIfcTrimmedCurve
| Constructor and Description |
|---|
IfcTrimmedCurve2X3() |
| Modifier and Type | Method and Description |
|---|---|
IfcCurve2X3 |
getBasisCurve() |
IfcTrimmingPreference2X3 |
getMasterRepresentation() |
boolean |
getSenseAgreement() |
IfcCollection<IfcTrimmingSelect2X3> |
getTrim1() |
IfcCollection<IfcTrimmingSelect2X3> |
getTrim2() |
void |
setBasisCurve(IfcCurve2X3 value) |
void |
setMasterRepresentation(IfcTrimmingPreference2X3 value) |
void |
setSenseAgreement(boolean value) |
void |
setTrim1(IfcCollection<IfcTrimmingSelect2X3> value) |
void |
setTrim2(IfcCollection<IfcTrimmingSelect2X3> value) |
getLayerAssignments, getStyledByItemequals, getChilds, getEntityLabel, getId, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelgetChilds, getIdpublic final IfcCurve2X3 getBasisCurve()
public final void setBasisCurve(IfcCurve2X3 value)
public final IfcCollection<IfcTrimmingSelect2X3> getTrim1()
public final void setTrim1(IfcCollection<IfcTrimmingSelect2X3> value)
public final IfcCollection<IfcTrimmingSelect2X3> getTrim2()
public final void setTrim2(IfcCollection<IfcTrimmingSelect2X3> value)
public final boolean getSenseAgreement()
public final void setSenseAgreement(boolean value)
public final IfcTrimmingPreference2X3 getMasterRepresentation()
public final void setMasterRepresentation(IfcTrimmingPreference2X3 value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.