| Package | Description |
|---|---|
| com.aspose.cad.fileformats.stp.items |
| Modifier and Type | Method and Description |
|---|---|
StepTrimmingPreference |
StepTrimmedCurve.getTrimmingPreference() |
static StepTrimmingPreference |
StepTrimmingPreference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepTrimmingPreference[] |
StepTrimmingPreference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepTrimmedCurve.setTrimmingPreference(StepTrimmingPreference value) |
| Constructor and Description |
|---|
StepTrimmedCurve(String name,
StepCurve curve,
StepCartesianPoint trim1Point,
double trim1Param,
StepCartesianPoint trim2Point,
double trim2Param,
boolean senseAgreement,
StepTrimmingPreference trimmingPreference) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.