Interface ICamIpcCurve5DModelItem
Assembly: CAMIPC.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("7A525978-8678-401D-8458-9F6355A0167D")]
public interface ICamIpcCurve5DModelItem
Properties
Declaration
bool AlternateDirection { get; set; }
Property Value
Declaration
bool AlternateFrontSide { get; set; }
Property Value
Declaration
ICamIpcCurve5D Curve { get; }
Property Value
Normal at the end point of the curve
Declaration
TST3DPoint EndNormal { get; }
Property Value
Declaration
TST3DPoint EndPoint { get; }
Property Value
Tangent at the end point of the curve
Declaration
TST3DPoint EndTangent { get; }
Property Value
Feed points on the curve.
Declaration
ICamIpcFeedPointList FeedPoints { get; }
Property Value
Interpolation mode for model former with curve 5D
Declaration
TModelFormerInterpolationMode InterpolationMode { get; set; }
Property Value
Normal at the start point of the curve
Declaration
TST3DPoint StartNormal { get; }
Property Value
Declaration
TST3DPoint StartPoint { get; }
Property Value
Tangent at the start point of the curve
Declaration
TST3DPoint StartTangent { get; }
Property Value
Declaration
double Stock { get; set; }
Property Value
Use custom vectors. Setting this property to false will empty all feed points and reset curve start and end
tangents and normals to default values, calculated by curve geometry. Setting this property to true will not
change anything, but allows to set custom values for feed points and curve tangents and normals.
Declaration
bool UseCustomVectors { get; set; }
Property Value
Methods
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns