Interface ICamIpcDriveFaceModelItem
Model item representing a drive face (added via ICamIpcModelFormerWithDriveFaces.AddDriveFacesSelected)
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("4795B4DB-C009-4A6F-8A0F-DC769841E2F1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcDriveFaceModelItem
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 |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |