Struct EdgeConstraint
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct EdgeConstraint
Constructors
EdgeConstraint(EdgeRefineFlags)
Declaration
public EdgeConstraint(EdgeRefineFlags rflags)
Parameters
EdgeConstraint(EdgeRefineFlags, IProjectionTarget)
Declaration
public EdgeConstraint(EdgeRefineFlags rflags, IProjectionTarget target)
Parameters
Fields
FullyConstrained
Declaration
public static readonly EdgeConstraint FullyConstrained
Field Value
NoFlips
Declaration
public static readonly EdgeConstraint NoFlips
Field Value
Target
Declaration
public IProjectionTarget Target
Field Value
TrackingSetID
Declaration
Field Value
Unconstrained
Declaration
public static readonly EdgeConstraint Unconstrained
Field Value
Properties
CanCollapse
Declaration
public bool CanCollapse { get; }
Property Value
CanFlip
Declaration
public bool CanFlip { get; }
Property Value
CanSplit
Declaration
public bool CanSplit { get; }
Property Value
IsUnconstrained
Declaration
public bool IsUnconstrained { get; }
Property Value
NoModifications
Declaration
public bool NoModifications { get; }
Property Value