• 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 ObjCurve

    Inheritance
    object
    ObjElement
    ObjFreeFormElement
    ObjCurve
    Inherited Members
    ObjFreeFormElement.MergingGroupNumber
    ObjFreeFormElement.FreeFormType
    ObjFreeFormElement.IsRationalForm
    ObjFreeFormElement.DegreeU
    ObjFreeFormElement.DegreeV
    ObjFreeFormElement.BasicMatrixU
    ObjFreeFormElement.BasicMatrixV
    ObjFreeFormElement.StepU
    ObjFreeFormElement.StepV
    ObjFreeFormElement.CurveApproximationTechnique
    ObjFreeFormElement.SurfaceApproximationTechnique
    ObjFreeFormElement.ParametersU
    ObjFreeFormElement.ParametersV
    ObjFreeFormElement.OuterTrimmingCurves
    ObjFreeFormElement.InnerTrimmingCurves
    ObjFreeFormElement.SequenceCurves
    ObjFreeFormElement.SpecialPoints
    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 class ObjCurve : ObjFreeFormElement

    Constructors

    | Edit this page View Source

    ObjCurve()

    Declaration
    public ObjCurve()

    Properties

    | Edit this page View Source

    EndParameter

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

    StartParameter

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

    Vertices

    Declaration
    public List<int> Vertices { get; }
    Property Value
    Type Description
    List<int>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2017-2022 Jérémy Ansel