Class IfcBSplineSurfaceWithKnots
Inheritance
System.Object
IfcBSplineSurfaceWithKnots
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRepresentationItem>
System.IEquatable<IfcGeometricRepresentationItem>
System.IEquatable<IfcSurface>
System.IEquatable<IfcBoundedSurface>
System.IEquatable<IfcBSplineSurface>
System.IEquatable<IfcBSplineSurfaceWithKnots>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.GeometryResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcBSplineSurfaceWithKnots", 1103)]
public class IfcBSplineSurfaceWithKnots : IfcBSplineSurface, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcSurface>, IEquatable<IfcBoundedSurface>, IEquatable<IfcBSplineSurface>, IInstantiableEntity, IIfcBSplineSurfaceWithKnots, IIfcBSplineSurface, IIfcBoundedSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcBSplineSurfaceWithKnots>, IExpressValidatable
Properties
| Improve this Doc View SourceKnotSpec
Declaration
[EntityAttribute(12, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 14)]
public IfcKnotType KnotSpec { get; set; }
Property Value
Type | Description |
---|---|
IfcKnotType |
KnotUUpper
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger KnotUUpper { get; }
Property Value
Type | Description |
---|---|
IfcInteger |
KnotVUpper
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger KnotVUpper { get; }
Property Value
Type | Description |
---|---|
IfcInteger |
UKnots
Declaration
[EntityAttribute(10, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{2}, new int[]{-1}, 12)]
public IItemSet<IfcParameterValue> UKnots { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcParameterValue> |
UMultiplicities
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{2}, new int[]{-1}, 10)]
public IItemSet<IfcInteger> UMultiplicities { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcInteger> |
VKnots
Declaration
[EntityAttribute(11, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{2}, new int[]{-1}, 13)]
public IItemSet<IfcParameterValue> VKnots { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcParameterValue> |
VMultiplicities
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.None, new int[]{2}, new int[]{-1}, 11)]
public IItemSet<IfcInteger> VMultiplicities { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcInteger> |
Methods
| Improve this Doc View SourceEquals(IfcBSplineSurfaceWithKnots)
Declaration
public bool Equals(IfcBSplineSurfaceWithKnots other)
Parameters
Type | Name | Description |
---|---|---|
IfcBSplineSurfaceWithKnots | other |
Returns
Type | Description |
---|---|
System.Boolean |
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | propIndex | |
IPropertyValue | value | |
System.Int32[] | nestedIndex |
Overrides
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcBSplineSurfaceWithKnots.IfcBSplineSurfaceWithKnotsClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcBSplineSurfaceWithKnots.IfcBSplineSurfaceWithKnotsClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcBSplineSurfaceWithKnots.IfcBSplineSurfaceWithKnotsClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcBSplineSurfaceWithKnots.KnotSpec
Declaration
IfcKnotType IIfcBSplineSurfaceWithKnots.KnotSpec { get; set; }
Returns
Type | Description |
---|---|
IfcKnotType |
IIfcBSplineSurfaceWithKnots.UKnots
Declaration
IItemSet<IfcParameterValue> IIfcBSplineSurfaceWithKnots.UKnots { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcParameterValue> |
IIfcBSplineSurfaceWithKnots.UMultiplicities
Declaration
IItemSet<IfcInteger> IIfcBSplineSurfaceWithKnots.UMultiplicities { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcInteger> |
IIfcBSplineSurfaceWithKnots.VKnots
Declaration
IItemSet<IfcParameterValue> IIfcBSplineSurfaceWithKnots.VKnots { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcParameterValue> |
IIfcBSplineSurfaceWithKnots.VMultiplicities
Declaration
IItemSet<IfcInteger> IIfcBSplineSurfaceWithKnots.VMultiplicities { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcInteger> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>