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

    Inheritance
    object
    ObjApproximationTechnique
    ObjCurvatureDependentSubdivisionTechnique
    Inherited Members
    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 ObjCurvatureDependentSubdivisionTechnique : ObjApproximationTechnique

    Constructors

    | Edit this page View Source

    ObjCurvatureDependentSubdivisionTechnique()

    Declaration
    public ObjCurvatureDependentSubdivisionTechnique()
    | Edit this page View Source

    ObjCurvatureDependentSubdivisionTechnique(float, float)

    Declaration
    public ObjCurvatureDependentSubdivisionTechnique(float distance, float angle)
    Parameters
    Type Name Description
    float distance
    float angle

    Properties

    | Edit this page View Source

    MaximumAngle

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

    MaximumDistance

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