• Api Documentation
  • Code Coverage
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.WavefrontObj
      • ObjApproximationTechnique
      • ObjConstantParametricSubdivisionTechnique
      • ObjConstantSpatialSubdivisionTechnique
      • ObjCurvatureDependentSubdivisionTechnique
      • ObjCurve
      • ObjCurve2D
      • ObjCurveIndex
      • ObjElement
      • ObjFace
      • ObjFile
      • ObjFileReaderSettings
      • ObjFreeFormElement
      • ObjFreeFormType
      • ObjGroup
      • ObjLine
      • ObjMapChannel
      • ObjMaterial
      • ObjMaterialColor
      • ObjMaterialFile
      • ObjMaterialMap
      • ObjMaterialReflectionMap
      • ObjPoint
      • ObjPolygonalElement
      • ObjSurface
      • ObjSurfaceConnection
      • ObjTriplet
      • ObjVector3
      • ObjVector4
      • ObjVertex

    Class ObjFreeFormElement

    Inheritance
    object
    ObjElement
    ObjFreeFormElement
    ObjCurve
    ObjCurve2D
    ObjSurface
    Inherited Members
    ObjElement.ObjectName
    ObjElement.LevelOfDetail
    ObjElement.MapName
    ObjElement.MaterialName
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Media.WavefrontObj
    Assembly: JeremyAnsel.Media.WavefrontObj.dll
    Syntax
    public abstract class ObjFreeFormElement : ObjElement

    Properties

    | Edit this page View Source

    BasicMatrixU

    Declaration
    public float[]? BasicMatrixU { get; set; }
    Property Value
    Type Description
    float[]
    | Edit this page View Source

    BasicMatrixV

    Declaration
    public float[]? BasicMatrixV { get; set; }
    Property Value
    Type Description
    float[]
    | Edit this page View Source

    CurveApproximationTechnique

    Declaration
    public ObjApproximationTechnique? CurveApproximationTechnique { get; set; }
    Property Value
    Type Description
    ObjApproximationTechnique
    | Edit this page View Source

    DegreeU

    Declaration
    public int DegreeU { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    DegreeV

    Declaration
    public int DegreeV { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    FreeFormType

    Declaration
    public ObjFreeFormType FreeFormType { get; set; }
    Property Value
    Type Description
    ObjFreeFormType
    | Edit this page View Source

    InnerTrimmingCurves

    Declaration
    public List<ObjCurveIndex> InnerTrimmingCurves { get; }
    Property Value
    Type Description
    List<ObjCurveIndex>
    | Edit this page View Source

    IsRationalForm

    Declaration
    public bool IsRationalForm { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    MergingGroupNumber

    Declaration
    public int MergingGroupNumber { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    OuterTrimmingCurves

    Declaration
    public List<ObjCurveIndex> OuterTrimmingCurves { get; }
    Property Value
    Type Description
    List<ObjCurveIndex>
    | Edit this page View Source

    ParametersU

    Declaration
    public List<float> ParametersU { get; }
    Property Value
    Type Description
    List<float>
    | Edit this page View Source

    ParametersV

    Declaration
    public List<float> ParametersV { get; }
    Property Value
    Type Description
    List<float>
    | Edit this page View Source

    SequenceCurves

    Declaration
    public List<ObjCurveIndex> SequenceCurves { get; }
    Property Value
    Type Description
    List<ObjCurveIndex>
    | Edit this page View Source

    SpecialPoints

    Declaration
    public List<int> SpecialPoints { get; }
    Property Value
    Type Description
    List<int>
    | Edit this page View Source

    StepU

    Declaration
    public float StepU { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    StepV

    Declaration
    public float StepV { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    SurfaceApproximationTechnique

    Declaration
    public ObjApproximationTechnique? SurfaceApproximationTechnique { get; set; }
    Property Value
    Type Description
    ObjApproximationTechnique
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2017-2022 Jérémy Ansel