Class ObjFreeFormElement
Inheritance
ObjFreeFormElement
Assembly: JeremyAnsel.Media.WavefrontObj.dll
public abstract class ObjFreeFormElement : ObjElement
Properties
|
Edit this page
View Source
Declaration
public float[]? BasicMatrixU { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float[]? BasicMatrixV { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjApproximationTechnique? CurveApproximationTechnique { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int DegreeU { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int DegreeV { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjFreeFormType FreeFormType { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjCurveIndex> InnerTrimmingCurves { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool IsRationalForm { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int MergingGroupNumber { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjCurveIndex> OuterTrimmingCurves { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<float> ParametersU { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<float> ParametersV { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjCurveIndex> SequenceCurves { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<int> SpecialPoints { get; }
Property Value
|
Edit this page
View Source
Declaration
public float StepU { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public float StepV { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public ObjApproximationTechnique? SurfaceApproximationTechnique { get; set; }
Property Value