Interface ICamApiDriveFaceModelItem
Model item representing a drive face (added via ICamApiModelFormerWithDriveFaces.AddDriveFacesSelected)
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("4795B4DB-C009-4A6F-8A0F-DC769841E2F1")]
public interface ICamApiDriveFaceModelItem
Properties
AlternateFrontSide
Flip the positive side of the faces
Declaration
bool AlternateFrontSide { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
AlternateStreamlines
Flip the direction of the streamlines
Declaration
bool AlternateStreamlines { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CurvesDistribution
Curve distribution (start point selection strategy)
Declaration
TModelFormerCurveDistribution CurvesDistribution { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerCurveDistribution |
IgnoreHoles
Whether to ignore holes when building streamlines
Declaration
bool IgnoreHoles { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
StepAmount
Step amount between parallel passes
Declaration
double StepAmount { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
StepMethod
Method used to calculate the step between parallel passes
Declaration
TModelFormerParallelStepMethod StepMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerParallelStepMethod |